]> granicus.if.org Git - clang/commit
Fix new check for missing semicolon after struct definition to deal with the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 20 Nov 2013 23:40:57 +0000 (23:40 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 20 Nov 2013 23:40:57 +0000 (23:40 +0000)
commita26506daa409cb2eeb36c330569336e8c9ba227b
tree98754b4b38d5f4f5a90fcbf70489e07325afff41
parentbed7bb87d5e9bbd3eae6f0610078c46311d2e67d
Fix new check for missing semicolon after struct definition to deal with the
case where the type in the following declaration is specified as a template-id,
and refactor for clarity.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195280 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
test/Parser/recovery.cpp
test/SemaObjCXX/crash.mm