index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Rewriter
Age
Commit message (
Expand
)
Author
2009-07-22
Prep for new warning.
Mike Stump
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-14
Extend builtin "attribute" syntax to include a notation for
Douglas Gregor
2008-12-23
Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again.
Steve Naroff
2008-12-09
Fix <rdar://problem/6429113> clang ObjC rewriter: crash rewriting file with B...
Steve Naroff
2008-12-08
Handle chained/nested property 'getters' (obj.p1.p2.p3).
Steve Naroff
2008-12-05
Fixed <rdar://problem/6213808> clang ObjC rewriter: @finally is not always ex...
Steve Naroff
2008-12-04
instead of forcing blocks on by default, make them default to off, but let
Chris Lattner
2008-11-19
Fix <rdar://problem/6291588> assertion failure: SourceManager.h line 489.
Steve Naroff
2008-10-15
Tighten up blocks rewriter to handle casts and some other interesting cases.
Steve Naroff
2008-09-23
Teach block rewriter to replace '^' with '*' in VarDecls.
Steve Naroff
2008-08-19
Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt(). Can't depend on th...
Steve Naroff
2008-07-21
Fix a test RUN line to not generate '=-' in test directory
Daniel Dunbar
2008-07-16
RewriteObjC::RewriteObjCTryStmt():Don't synthesize a catch begin if there are...
Steve Naroff
2008-06-21
Switch 'super' from being a weird cast thing to being a predefined expr node.
Chris Lattner
2008-06-12
Multiple tests in a single test file must be linked with '&&'.
Argyrios Kyrtzidis
2008-06-07
Don't include objc.h, so the rewriter tests work on machines without it.
Eli Friedman
2008-05-23
fix a nasty off-by-one error.
Chris Lattner
2008-05-23
fix an inconsistency computing offsets that caused a crash on rewrite-nest.m
Chris Lattner
2008-04-14
Rename RewriteTest->RewriteObjC.
Steve Naroff
2008-03-28
Only have the rewriter produce a file when there are no errors.
Steve Naroff
2008-03-26
Fix rewriter tests to work with new output file logic. This changes forces th...
Steve Naroff
2008-03-22
Teach the rewriter how to respect the -o option.
Chris Lattner
2008-03-12
Two fixes to RewriteTest::RewriteObjCIvarRefExpr():
Steve Naroff
2008-03-12
Since the rewriter now outputs C++, it no longer makes sense to pipe the outp...
Steve Naroff
2008-02-01
Fix two rewriter bugs with @catch.
Steve Naroff
2008-02-01
Moved "Rewriter" tests from test/Sema to test/Rewriter.
Ted Kremenek