]> granicus.if.org Git - clang/commitdiff
rename argument
authorChris Lattner <sabre@nondot.org>
Thu, 18 Dec 2008 07:07:10 +0000 (07:07 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Dec 2008 07:07:10 +0000 (07:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61199 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Parser.h

index b460fd529069b77ac7c9e93682e7fe95b933556d..7094180989eaab255f5b2ecbb7d1091a2b0ebf1e 100644 (file)
@@ -889,7 +889,7 @@ private:
   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,