Argyrios Kyrtzidis
ec328b8e6f
[Parser] Remove "add -fmodules" from the "use of '@import' when modules are disabled, add -fmodules" error.
...
We disable modules for C++, at which point this is confusing.
rdar://16641918
llvm-svn: 206440
2014-04-17 02:32:52 +00:00
Fariborz Jahanian
a773d08618
Objective-C. Improve diagnostic error for '@import'
...
when modules are disabled. // rdar://15505492
llvm-svn: 204862
2014-03-26 22:02:43 +00:00
Andy Gibbs
c6e68daac0
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
...
llvm-svn: 166280
2012-10-19 12:44:48 +00:00
Daniel Dunbar
8fbe78f6fc
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
...
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).
llvm-svn: 91446
2009-12-15 20:14:24 +00:00
Fariborz Jahanian
6ec5119b5f
Make tests use the new clang cc1 flag.
...
llvm-svn: 91300
2009-12-14 17:51:07 +00:00
Daniel Dunbar
a45cf5b6b0
Rename clang to clang-cc.
...
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
2009-03-24 02:24:46 +00:00
Steve Naroff
9527bbfc08
Implement property '.' notation on Factory/Class objects. Parser changes aren't very pretty:-(
...
This fixes <rdar://problem/6496506> Implement class setter/getter for properties.
llvm-svn: 66465
2009-03-09 21:12:44 +00:00
Fariborz Jahanian
b31a2f2a47
Patch to prevent crash on use of objc2 syntax.
...
llvm-svn: 44617
2007-12-05 18:16:33 +00:00