summaryrefslogtreecommitdiffstats
path: root/clang/Driver/RewriteTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-40/+0
* Add newline at the end of file, to silence compiler warning.Matthijs Kooijman2008-10-201-1/+1
* make the -rewrite-test a bit more interesting: it now Chris Lattner2008-10-121-20/+11
* start implementing a token rewriter. At this point, it just reads in a fileChris Lattner2008-10-121-1/+9
* Add a new -rewrite-test option, which is basically a Chris Lattner2008-10-121-0/+41
* Rename a file and update the Xcode project.Steve Naroff2008-04-141-2990/+0
* Rename RewriteTest->RewriteObjC.Steve Naroff2008-04-141-63/+63
* Use isFromMainFile instead of comparing FileIDs directly.Ted Kremenek2008-04-141-1/+1
* silence some warnings when assertions are disabled.Chris Lattner2008-04-081-12/+10
* This patch contains these changes:Chris Lattner2008-04-061-4/+2
* Avoid implicitly including any header files (requested by ckane).Steve Naroff2008-04-041-4/+2
* Rewrite @package (an ObjC 2.0 idiom).Steve Naroff2008-04-041-0/+1
* Fix MS-specific bug in RewriteTest::RewriteObjCMethodDecl().Steve Naroff2008-04-041-3/+2
* Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner2008-04-041-18/+31
* Only have the rewriter produce a file when there are no errors.Steve Naroff2008-03-281-30/+39
* Add some of Ted's recent work to the VC++ project file.Steve Naroff2008-03-271-1/+2
* Collect all the preamble code and don't insert it until the end. Steve Naroff2008-03-271-79/+75
* Add a couple files to VC++ project and cleanup an "#if 0".Steve Naroff2008-03-241-2/+0
* Teach the rewriter how to respect the -o option.Chris Lattner2008-03-221-7/+30
* Fix <rdar://problem/5716940> rewriter generates invalid C code when no select...Steve Naroff2008-03-181-1/+2
* Wrap up __NSConstantStringImpl (the replacement for __builtin___CFStringMakeC...Steve Naroff2008-03-181-7/+5
* make property addition work list all other "add" methods. Do Chris Lattner2008-03-161-3/+3
* Convert more counts to be zero based instead of -1 based, make them unsigned.Chris Lattner2008-03-161-6/+7
* minor cleanups, make getNumInstanceMethods always return unsigned.Chris Lattner2008-03-161-7/+5
* Make the parameter count of ObjCMethodDecl unsigned, youChris Lattner2008-03-161-2/+2
* switch the rest of the C decl classes to do their Chris Lattner2008-03-161-2/+4
* move the ASTContext argument to be first in the argument list of Chris Lattner2008-03-151-15/+14
* Switch over functiondecl. This makes it obvious that the ASTContextChris Lattner2008-03-151-10/+11
* switch the VarDecl allocation model to go through ASTContext.Chris Lattner2008-03-151-2/+2
* start switching decls over to using an allocator controlled by ASTContext. Chris Lattner2008-03-151-31/+40
* Link against the correct ObjC string class (__CFConstantStringClassReference)...Steve Naroff2008-03-151-5/+4
* Remove ObjC rewriter dependency on GCC's __builtin___CFStringMakeConstantString.Steve Naroff2008-03-151-64/+69
* Two fixes to RewriteTest::RewriteObjCIvarRefExpr():Steve Naroff2008-03-121-7/+8
* Minor aesthetic improvement (after I reviewed my last commit).Steve Naroff2008-03-121-4/+2
* Avoid using the "unnamed struct field" extension (enabled with -fms-extension...Steve Naroff2008-03-121-17/+11
* Use the "used" attribute. Without it, g++ removes all the meta-data:-( This d...Steve Naroff2008-03-121-11/+11
* -Add missing visitor for ObjCIvarRefExpr.Steve Naroff2008-03-121-2/+7
* Remove more dependencies on C "flexible array member" idiom (when generating ...Steve Naroff2008-03-121-28/+35
* Make ivar rewrite C++ friendly (since C++ forces a unified namespace for type...Steve Naroff2008-03-121-30/+36
* Make "super" rewrite for class methods C++ friendly (follow-up from last comm...Steve Naroff2008-03-111-7/+16
* Make "super" rewrite C++ friendly (since it doesn't support Compound Literals).Steve Naroff2008-03-111-9/+47
* Generate meta-data in a C++ compatible way (remove 2 dependencies on C "flexi...Steve Naroff2008-03-111-23/+26
* Missed a couple "_IMPL" suffixes.Steve Naroff2008-03-101-0/+4
* Fix dangling pointer and give the implementation struct for a class a unique ...Steve Naroff2008-03-101-52/+58
* Pass LangOptions to RewriteTest().Steve Naroff2008-03-101-4/+19
* remove the source location arguments to various target query methods.Chris Lattner2008-03-051-3/+2
* Make sure to propagate qualifiers through the member operator.Eli Friedman2008-02-061-1/+1
* Minor API cleanup...Steve Naroff2008-02-011-1/+1
* Remove temporary workaround (thanks to Ted for fixing ObjCAtCatchStmt so quic...Steve Naroff2008-02-011-3/+0
* Fix two rewriter bugs with @catch.Steve Naroff2008-02-011-1/+18
OpenPOWER on IntegriCloud