On Aug 27, 2012, at 11:11 AM, Jordan Rose wrote: > It's probably better just to take the name out, so that this kind of thing > doesn't happen in the future. Having the names looks funny in the generated > docs, too. > > (I know we have this all over our code base; I'd like to start a new > convention.)
Sounds good to me.. committed r162684. Chad > > On Aug 27, 2012, at 11:00 , Chad Rosier <[email protected]> wrote: > >> Author: mcrosier >> Date: Mon Aug 27 13:00:52 2012 >> New Revision: 162682 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=162682&view=rev >> Log: >> Update comment. >> >> Modified: >> cfe/trunk/include/clang/AST/Stmt.h >> >> Modified: cfe/trunk/include/clang/AST/Stmt.h >> URL: >> http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Stmt.h?rev=162682&r1=162681&r2=162682&view=diff >> ============================================================================== >> --- cfe/trunk/include/clang/AST/Stmt.h (original) >> +++ cfe/trunk/include/clang/AST/Stmt.h Mon Aug 27 13:00:52 2012 >> @@ -1363,7 +1363,7 @@ >> } >> }; >> >> -/// AsmStmt - This represents a GCC inline-assembly statement extension. >> +/// GCCAsmStmt - This represents a GCC inline-assembly statement extension. >> /// >> class GCCAsmStmt : public Stmt { >> SourceLocation AsmLoc, RParenLoc; >> >> >> _______________________________________________ >> 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
