[cfe-commits] r61199 - /cfe/trunk/include/clang/Parse/Parser.h
Chris Lattner
sabre at nondot.org
Wed Dec 17 23:07:11 PST 2008
Author: lattner
Date: Thu Dec 18 01:07:10 2008
New Revision: 61199
URL: http://llvm.org/viewvc/llvm-project?rev=61199&view=rev
Log:
rename argument
Modified:
cfe/trunk/include/clang/Parse/Parser.h
Modified: cfe/trunk/include/clang/Parse/Parser.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Parser.h?rev=61199&r1=61198&r2=61199&view=diff
==============================================================================
--- cfe/trunk/include/clang/Parse/Parser.h (original)
+++ cfe/trunk/include/clang/Parse/Parser.h Thu Dec 18 01:07:10 2008
@@ -889,7 +889,7 @@
typedef void (Parser::*DirectDeclParseFunction)(Declarator&);
void ParseDeclaratorInternal(Declarator &D,
DirectDeclParseFunction DirectDeclParser);
- void ParseTypeQualifierListOpt(DeclSpec &DS, bool AllowAttributes = true);
+ void ParseTypeQualifierListOpt(DeclSpec &DS, bool AttributesAllowed = true);
void ParseDirectDeclarator(Declarator &D);
void ParseParenDeclarator(Declarator &D);
void ParseFunctionDeclarator(SourceLocation LParenLoc, Declarator &D,
More information about the cfe-commits
mailing list