]> granicus.if.org Git - clang/commit
Refactor ParseFunctionDeclaratorIdentifierList to have the first
authorChris Lattner <sabre@nondot.org>
Fri, 14 May 2010 17:23:36 +0000 (17:23 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 May 2010 17:23:36 +0000 (17:23 +0000)
commit83a944763b0948c608eb48f101ec10a1ae5da46a
tree53dcfb6edbbd3b087da727ca94bc1a0f8d3365ab
parente17a6436b429e4b18a5e157061fb13bbc677b3b0
Refactor ParseFunctionDeclaratorIdentifierList to have the first
identifier in the identifier list consumed before it is called.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103781 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseDecl.cpp