]> granicus.if.org Git - clang/commit
split parsing of identifier lists in function declarators out into
authorChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 06:34:08 +0000 (06:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 06:34:08 +0000 (06:34 +0000)
commit66d28650752eeac0b02802a1d8cea425cb6b1c0f
treecfea64b182e3e534ad65987bfd7eb1375520f19c
parent3e3d310a8c74f7e0ccaf2e0a64400d15b8cb5556
split parsing of identifier lists in function declarators out into
their own method.

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