diff options
author | Steve Naroff <snaroff@apple.com> | 2007-10-18 23:53:51 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2007-10-18 23:53:51 +0000 |
commit | 806a4ebcf5454821186c083c813150d0845493ea (patch) | |
tree | 926325c58d387695a936d44cab44eb82941dd26a /Driver/RewriteTest.cpp | |
parent | 9ac5928abeb3a47592201e1c30fe2930c20a507e (diff) |
Fix the previous (short lived:-) FIXME.
I didn't realize that GCC considers this a hard error (I thought it was built-in).
Since it's not, we should simply emit an error.
[dylan:~/llvm/tools/clang] admin% cc -c trivial.m
trivial.m:6: error: cannot find interface declaration for 'NSConstantString'
[administrators-powerbook59:~/llvm/tools/clang] admin% ../../Debug/bin/clang trivial.m
trivial.m:6:16: error: cannot find interface declaration for 'NSConstantString'
NSString *s = @"123";
^
1 diagnostic generated.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43157 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/RewriteTest.cpp')
0 files changed, 0 insertions, 0 deletions