]> granicus.if.org Git - clang/commit
Fix a bug in the token caching for inline constructors in C++11, and improve error...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 30 Sep 2011 08:32:17 +0000 (08:32 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 30 Sep 2011 08:32:17 +0000 (08:32 +0000)
commita891a32d3762ee641a29c091d286f2a7432671a5
tree46d7bf8dc01e934f17288c34fde07b78c183db20
parent8dfac0baaf0f81d3945bcb306480e358ba8d1f08
Fix a bug in the token caching for inline constructors in C++11, and improve error recovery in both dialects. This should fix the GCC test suite failures as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140847 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseCXXInlineMethods.cpp
lib/Parse/ParseTemplate.cpp
test/Parser/cxx-member-initializers.cpp
test/Parser/cxx0x-member-initializers.cpp