Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
29a790ba422cfeeea9546b6e76777d98fa73cd67
/
test
/
Rewriter
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
d1969d8
Prep for new warning.
by Mike Stump
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
a316e7b
Extend builtin "attribute" syntax to include a notation for
by Douglas Gregor
· 16 years ago
46a98a7
Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again.
by Steve Naroff
· 16 years ago
b619d95
Fix <rdar://problem/6429113> clang ObjC rewriter: crash rewriting file with Blocks and properties
by Steve Naroff
· 16 years ago
8599e7a
Handle chained/nested property 'getters' (obj.p1.p2.p3).
by Steve Naroff
· 16 years ago
8c56515
Fixed <rdar://problem/6213808> clang ObjC rewriter: @finally is not always executed
by Steve Naroff
· 16 years ago
ae0ee03
instead of forcing blocks on by default, make them default to off, but let
by Chris Lattner
· 16 years ago
cda658e
Fix <rdar://problem/6291588> assertion failure: SourceManager.h line 489.
by Steve Naroff
· 16 years ago
ca74360
Tighten up blocks rewriter to handle casts and some other interesting cases.
by Steve Naroff
· 16 years ago
eab5f63
Teach block rewriter to replace '^' with '*' in VarDecls.
by Steve Naroff
· 16 years ago
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