]> granicus.if.org Git - clang/commit
Improve recovery when there is a stray ']' or ')' before the ';' at
authorDouglas Gregor <dgregor@apple.com>
Tue, 7 Sep 2010 15:23:11 +0000 (15:23 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 7 Sep 2010 15:23:11 +0000 (15:23 +0000)
commit9ba23b4ceacd77cd264501690a7a9e94184ef71b
tree23ee137e57a88233ebd96e1c631e834ee9a3b08b
parent751f6922376dfe9432795b65a3649179e4ef5cf5
Improve recovery when there is a stray ']' or ')' before the ';' at
the end of a statement. Fixes <rdar://problem/6896493>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113202 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Parse/Parser.h
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseObjc.cpp
lib/Parse/ParseStmt.cpp
lib/Parse/Parser.cpp
test/FixIt/fixit-objc.m