Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
02e7e7442ca8fd74c0ba5fbbebf52465338808ce
/
test
/
Rewriter
c7089f1
Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt(). Can't depend on the source locations of the sync expression (since it may have been rewritten.
by Steve Naroff
· 16 years ago
4fbc2b0
Fix a test RUN line to not generate '=-' in test directory
by Daniel Dunbar
· 16 years ago
c9ba172
RewriteObjC::RewriteObjCTryStmt():Don't synthesize a catch begin if there are 0 catch clauses.
by Steve Naroff
· 16 years ago
0d17f6f
Switch 'super' from being a weird cast thing to being a predefined expr node.
by Chris Lattner
· 16 years ago
c577a0e
Multiple tests in a single test file must be linked with '&&'.
by Argyrios Kyrtzidis
· 16 years ago
74a7173
Don't include objc.h, so the rewriter tests work on machines without it.
by Eli Friedman
· 16 years ago
514b24c
fix a nasty off-by-one error.
by Chris Lattner
· 16 years ago
9ed7cfd
fix an inconsistency computing offsets that caused a crash on rewrite-nest.m
by Chris Lattner
· 16 years ago
b29b427
Rename RewriteTest->RewriteObjC.
by Steve Naroff
· 17 years ago
a7b402d
Only have the rewriter produce a file when there are no errors.
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
c68ab77
Teach the rewriter how to respect the -o option.
by Chris Lattner
· 17 years ago
5518e7c
Two fixes to RewriteTest::RewriteObjCIvarRefExpr():
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
e12e692
by Steve Naroff
· 17 years ago
5f0ad3f
Moved "Rewriter" tests from test/Sema to test/Rewriter.
by Ted Kremenek
· 17 years ago