]> granicus.if.org Git - clang/commit
Improve diagnosing when a method type does not start with '-'|'+'
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 2 Apr 2010 23:15:40 +0000 (23:15 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 2 Apr 2010 23:15:40 +0000 (23:15 +0000)
commit05511fa6349ef0820a778f8c840d0b64e05e9aee
tree359ccff82d560000d15deac8989377f2ef19332c
parent61ac1d274936d96bd7590adeff75d3466fd87e76
Improve diagnosing when a method type does not start with '-'|'+'
when parsing. Fixes radar 7822196.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100248 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseObjc.cpp
test/Parser/check-syntax-1.m