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
0399c1c9c0
Change tests to use clang -cc1...
...
llvm-svn: 91297
2009-12-14 17:36:25 +00:00
Daniel Dunbar
fba0b44d35
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, instead of forcing the triple.
...
llvm-svn: 89072
2009-11-17 09:04:12 +00:00
Fariborz Jahanian
68592fc9e1
Use of super class ivar to synthesize property is back to being error.
...
llvm-svn: 70514
2009-04-30 21:39:24 +00:00
Fariborz Jahanian
334df667a3
Change to warning when property uses an ivar in super class
...
in an @synthesize diective, as it breaks few projects.
llvm-svn: 70441
2009-04-29 23:31:56 +00:00
Fariborz Jahanian
bff0167a0b
use of an ivar specified on a property @synthesize
...
and found in super class triggers a diagnostics.
llvm-svn: 70414
2009-04-29 21:45:02 +00:00
Fariborz Jahanian
b6d5b54839
In objc2's None-Fragile ABI, one cannot use the super class ivar for
...
setter/getter synthesis.
llvm-svn: 68976
2009-04-13 19:30:37 +00:00