[cfe-commits] r168222 - /cfe/trunk/include/clang/Driver/Driver.h

Matthieu Monrocq matthieu.monrocq at gmail.com
Sat Nov 17 05:47:01 PST 2012


On Sat, Nov 17, 2012 at 12:41 AM, Chad Rosier <mcrosier at apple.com> wrote:

> Author: mcrosier
> Date: Fri Nov 16 17:41:41 2012
> New Revision: 168222
>
> URL: http://llvm.org/viewvc/llvm-project?rev=168222&view=rev
> Log:
> Typo.
>
> Modified:
>     cfe/trunk/include/clang/Driver/Driver.h
>
> Modified: cfe/trunk/include/clang/Driver/Driver.h
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Driver.h?rev=168222&r1=168221&r2=168222&view=diff
>
> ==============================================================================
> --- cfe/trunk/include/clang/Driver/Driver.h (original)
> +++ cfe/trunk/include/clang/Driver/Driver.h Fri Nov 16 17:41:41 2012
> @@ -363,7 +363,7 @@
>    /// GCC goes to extra lengths here to be a bit more robust.
>    std::string GetTemporaryPath(StringRef Prefix, const char *Suffix)
> const;
>
> -  /// ShouldUseClangCompilar - Should the clang compiler be used to
> +  /// ShouldUseClangCompiler - Should the clang compiler be used to
>    /// handle this action.
>    bool ShouldUseClangCompiler(const Compilation &C, const JobAction &JA,
>                                const llvm::Triple &ArchName) const;
>
> The guideline now is to remove the function name from the comment
entirely, Doxygen knows how to infer it anyway.

-- Matthieu


>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121117/d5dd4466/attachment.html>


More information about the cfe-commits mailing list