On Sat, Nov 17, 2012 at 12:41 AM, Chad Rosier <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
