diff options
author | Chris Lattner <sabre@nondot.org> | 2008-12-18 07:07:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-12-18 07:07:10 +0000 |
commit | 85b5a45803784a5465f69baf6f8d6e1eacaa5af5 (patch) | |
tree | c94ee0f94a69a307c1120331c5e3f6d25183a047 | |
parent | 5a69d1ce71579147c306f21c4cf205ef9519d63d (diff) |
rename argument
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61199 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Parse/Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |