]> granicus.if.org Git - clang/commit
Make sure that we finish the DeclSpec when parsing a C++
authorDouglas Gregor <dgregor@apple.com>
Wed, 24 Feb 2010 23:13:13 +0000 (23:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 24 Feb 2010 23:13:13 +0000 (23:13 +0000)
commit396a9f235e160093b5f803f7a6a18fad7b68bdbe
tree9d4d39827654a47b4edd36359c4d401fe4553928
parentb4a418fd23b6b66dff5379fecc50c09abe368edd
Make sure that we finish the DeclSpec when parsing a C++
type-specifier-seq. Fixes some conditional-jump-on-unitialized-value
errors in valgrind. Also counts as attempt #2 at making the MSVC
buildbot happy.

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