Actually, we try not to duplicate function names anymore, since Doxygen output looks better without them. Can you just remove it?
On Mar 6, 2013, at 17:34 , Rafael Espindola <[email protected]> wrote: > Author: rafael > Date: Wed Mar 6 19:34:57 2013 > New Revision: 176603 > > URL: http://llvm.org/viewvc/llvm-project?rev=176603&view=rev > Log: > Fix typo. > > Modified: > cfe/trunk/include/clang/AST/Decl.h > > Modified: cfe/trunk/include/clang/AST/Decl.h > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Decl.h?rev=176603&r1=176602&r2=176603&view=diff > ============================================================================== > --- cfe/trunk/include/clang/AST/Decl.h (original) > +++ cfe/trunk/include/clang/AST/Decl.h Wed Mar 6 19:34:57 2013 > @@ -793,7 +793,7 @@ public: > return getStorageClass() == SC_Static && !isFileVarDecl(); > } > > - /// hasExternStorage - Returns true if a variable has extern or > + /// hasExternalStorage - Returns true if a variable has extern or > /// __private_extern__ storage. > bool hasExternalStorage() const { > return getStorageClass() == SC_Extern || > > > _______________________________________________ > 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
