aboutsummaryrefslogtreecommitdiff
path: root/Driver/RewriteTest.cpp
AgeCommit message (Expand)Author
2008-10-20Add newline at the end of file, to silence compiler warning.Matthijs Kooijman
2008-10-12make the -rewrite-test a bit more interesting: it now Chris Lattner
2008-10-12start implementing a token rewriter. At this point, it just reads in a fileChris Lattner
2008-10-12Add a new -rewrite-test option, which is basically a Chris Lattner
2008-04-14Rename a file and update the Xcode project.Steve Naroff
2008-04-14Rename RewriteTest->RewriteObjC.Steve Naroff
2008-04-14Use isFromMainFile instead of comparing FileIDs directly.Ted Kremenek
2008-04-08silence some warnings when assertions are disabled.Chris Lattner
2008-04-06This patch contains these changes:Chris Lattner
2008-04-04Avoid implicitly including any header files (requested by ckane).Steve Naroff
2008-04-04Rewrite @package (an ObjC 2.0 idiom).Steve Naroff
2008-04-04Fix MS-specific bug in RewriteTest::RewriteObjCMethodDecl().Steve Naroff
2008-04-04Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner
2008-03-28Only have the rewriter produce a file when there are no errors.Steve Naroff
2008-03-27Add some of Ted's recent work to the VC++ project file.Steve Naroff
2008-03-27Collect all the preamble code and don't insert it until the end. Steve Naroff
2008-03-24Add a couple files to VC++ project and cleanup an "#if 0".Steve Naroff
2008-03-22Teach the rewriter how to respect the -o option.Chris Lattner
2008-03-18Fix <rdar://problem/5716940> rewriter generates invalid C code when no select...Steve Naroff
2008-03-18Wrap up __NSConstantStringImpl (the replacement for __builtin___CFStringMakeC...Steve Naroff
2008-03-16make property addition work list all other "add" methods. Do Chris Lattner
2008-03-16Convert more counts to be zero based instead of -1 based, make them unsigned.Chris Lattner
2008-03-16minor cleanups, make getNumInstanceMethods always return unsigned.Chris Lattner
2008-03-16Make the parameter count of ObjCMethodDecl unsigned, youChris Lattner
2008-03-16switch the rest of the C decl classes to do their Chris Lattner
2008-03-15move the ASTContext argument to be first in the argument list of Chris Lattner
2008-03-15Switch over functiondecl. This makes it obvious that the ASTContextChris Lattner
2008-03-15switch the VarDecl allocation model to go through ASTContext.Chris Lattner
2008-03-15start switching decls over to using an allocator controlled by ASTContext. Chris Lattner
2008-03-15Link against the correct ObjC string class (__CFConstantStringClassReference)...Steve Naroff
2008-03-15Remove ObjC rewriter dependency on GCC's __builtin___CFStringMakeConstantString.Steve Naroff
2008-03-12Two fixes to RewriteTest::RewriteObjCIvarRefExpr():Steve Naroff
2008-03-12Minor aesthetic improvement (after I reviewed my last commit).Steve Naroff
2008-03-12Avoid using the "unnamed struct field" extension (enabled with -fms-extension...Steve Naroff
2008-03-12Use the "used" attribute. Without it, g++ removes all the meta-data:-( This d...Steve Naroff
2008-03-12-Add missing visitor for ObjCIvarRefExpr.Steve Naroff
2008-03-12Remove more dependencies on C "flexible array member" idiom (when generating ...Steve Naroff
2008-03-12Make ivar rewrite C++ friendly (since C++ forces a unified namespace for type...Steve Naroff
2008-03-11Make "super" rewrite for class methods C++ friendly (follow-up from last comm...Steve Naroff
2008-03-11Make "super" rewrite C++ friendly (since it doesn't support Compound Literals).Steve Naroff
2008-03-11Generate meta-data in a C++ compatible way (remove 2 dependencies on C "flexi...Steve Naroff
2008-03-10Missed a couple "_IMPL" suffixes.Steve Naroff
2008-03-10Fix dangling pointer and give the implementation struct for a class a unique ...Steve Naroff
2008-03-10Pass LangOptions to RewriteTest().Steve Naroff
2008-03-05remove the source location arguments to various target query methods.Chris Lattner
2008-02-06Make sure to propagate qualifiers through the member operator.Eli Friedman
2008-02-01Minor API cleanup...Steve Naroff
2008-02-01Remove temporary workaround (thanks to Ted for fixing ObjCAtCatchStmt so quic...Steve Naroff
2008-02-01Fix two rewriter bugs with @catch.Steve Naroff
2008-01-31add some helper methods for removing and replacing text, this makes theChris Lattner