Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
7a31d7b9e46db6c067567231923574b96c012462
/
test
/
Rewriter
/
va-method.m
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
43cb9a0
Make tests use the new clang -cc1 flag.
by Fariborz Jahanian
· 15 years ago
be8d813
Use '-o' '-' instead of '-o=-' in tests.
by Daniel Dunbar
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
b29b427
Rename RewriteTest->RewriteObjC.
by Steve Naroff
· 17 years ago
49535ef
Fix rewriter tests to work with new output file logic. This changes forces the output to standard out (rather than generate a .cpp file, which is the new default for the rewriter).
by Steve Naroff
· 17 years ago
b1f4080
Since the rewriter now outputs C++, it no longer makes sense to pipe the output to clang.
by Steve Naroff
· 17 years ago
5f0ad3f
Moved "Rewriter" tests from test/Sema to test/Rewriter.
by Ted Kremenek
· 17 years ago
[Renamed from test/Sema/va-method.m]
2338d58
Elimate bogus warning when va_start is correctly used in a method.
by Fariborz Jahanian
· 17 years ago
7c39ff7
Synthesize methods with va-arg list correctly.
by Fariborz Jahanian
· 17 years ago
b99a4a3
by Steve Naroff
· 17 years ago