]> granicus.if.org Git - clang/commit
Don't consume tokens past the end-of-file in an @interface. Fixes
authorDouglas Gregor <dgregor@apple.com>
Tue, 16 Mar 2010 06:04:47 +0000 (06:04 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 16 Mar 2010 06:04:47 +0000 (06:04 +0000)
commitc3d43b783dfb1a1502aa8b31ab1985cf237b1f77
tree445d7e048d3f0c295914c11a6140da6e0aec0cf6
parent6c790eac94101407acfd2c664400924cab45c0b1
Don't consume tokens past the end-of-file in an @interface. Fixes
<rdar://problem/7735566>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98613 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Frontend/CompilerInstance.cpp
lib/Parse/ParseObjc.cpp
test/Parser/missing-end.m [new file with mode: 0644]