From: Chris Lattner Date: Thu, 18 Dec 2008 07:07:10 +0000 (+0000) Subject: rename argument X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85b5a45803784a5465f69baf6f8d6e1eacaa5af5;p=clang rename argument git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61199 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Parse/Parser.h b/include/clang/Parse/Parser.h index b460fd5290..7094180989 100644 --- a/include/clang/Parse/Parser.h +++ b/include/clang/Parse/Parser.h @@ -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,