summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-01-04 17:27:12 +0000
committerDouglas Gregor <dgregor@apple.com>2010-01-04 17:27:12 +0000
commit40f7a007e9d06078ff49e5bcc4587150c098fb66 (patch)
tree9f83d68aa813218dfd240c765a2edf2630468820 /clang/lib/Frontend
parentd91a14dba56183b1f30851f0dc90e83086caab6e (diff)
downloadbcm5719-llvm-40f7a007e9d06078ff49e5bcc4587150c098fb66.tar.gz
bcm5719-llvm-40f7a007e9d06078ff49e5bcc4587150c098fb66.zip
When declaring an Objective-C implementation without a corresponding
interface, suggest correction of typos. For example, given: @interface NSString @end @implementation NSstring @end we'll warn with: t.m:4:19: warning: cannot find interface declaration for 'NSstring'; did you mean 'NSString'? @implementation NSstring ^ However, since this is just a warning, we don't provide a fix-it hint. Good idea, Ted! llvm-svn: 92488
Diffstat (limited to 'clang/lib/Frontend')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud