]> granicus.if.org Git - clang/commit
Warn (as gcc does) when @end does not close anything.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Jan 2008 17:58:07 +0000 (17:58 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Jan 2008 17:58:07 +0000 (17:58 +0000)
commit94cdb25a49bd3716ab56ef6de0ea57d29e686bf2
tree9b40e0d76446d46b5ef2cbf7ce6a0d3402d8e0c0
parentfea89c2020c02d902735f7b02658b92e102d9ae0
Warn (as gcc does) when @end does not close anything.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45834 91177308-0d34-0410-b5e6-96231b3b80d8
Parse/ParseObjc.cpp
include/clang/Basic/DiagnosticKinds.def
test/Parser/objc-missing-impl.m [new file with mode: 0644]