]> granicus.if.org Git - clang/commit
Tidy up and improve error recovery for C++11 attributes in bad places. Based on
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 15 Oct 2013 01:34:54 +0000 (01:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 15 Oct 2013 01:34:54 +0000 (01:34 +0000)
commit5eed7e00b4ac8d589ca83e126dafa8767e8a0358
tree035dfe75930d0899041bab40b135257a76250dcd
parent42090d6d786accb3551097f0ef1f15d44713982c
Tidy up and improve error recovery for C++11 attributes in bad places. Based on
a patch by Michael Han.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192666 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseStmt.cpp
lib/Parse/Parser.cpp
test/Parser/cxx0x-attributes.cpp