]> granicus.if.org Git - clang/commit
When we end up having to parse the initializer of a C++ member early
authorDouglas Gregor <dgregor@apple.com>
Mon, 17 Oct 2011 17:09:53 +0000 (17:09 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 17 Oct 2011 17:09:53 +0000 (17:09 +0000)
commita2b4e5d9292688bc67b583592918dbeecae31ea3
tree5d3f072ccd20c1d0ff2e3b131c7fa0885eb1364e
parentc046f30721fbb950f28faf9faa9a050f1fcc9bec
When we end up having to parse the initializer of a C++ member early
in -fms-extensions mode, make sure we actually use that initializer
after having handled the declaration. Fixes PR11150.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142195 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseCXXInlineMethods.cpp
lib/Parse/ParseDeclCXX.cpp
test/SemaCXX/MicrosoftExtensions.cpp