add support for handling C++'0x unified initializer syntax
authorChris Lattner <sabre@nondot.org>
Sun, 12 Apr 2009 22:29:43 +0000 (22:29 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Apr 2009 22:29:43 +0000 (22:29 +0000)
commitc83c27af6820585f4b6964f1e1f13f237a0d14fc
tree8c039faa81702ad17f1240b7d9b1f8f1cfdcf859
parent8129edbb576c297df8631c3db4ac1339f4a9e8ad
add support for handling C++'0x unified initializer syntax
to isValidAfterIdentifierInDeclarator, as suggested by Sebastian.

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