summaryrefslogtreecommitdiffstats
path: root/clang/Driver/RewriteTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* add some helper methods for removing and replacing text, this makes theChris Lattner2008-01-311-45/+56
* Add a new InsertText method that does the check to see if the insertion was v...Chris Lattner2008-01-311-34/+40
* move a large method out of lineChris Lattner2008-01-311-82/+86
* Make rewriter::inserttext return a bool to indicate if it failed.Chris Lattner2008-01-311-51/+23
* Fix a rewriter crash when the whole body of a foreach is itself Chris Lattner2008-01-311-8/+9
* Abolish a bunch of Xcode inserted tabs.Steve Naroff2008-01-301-29/+29
* Rewriting of @synchronized. This has one FIXME in it. But this should allow @...Fariborz Jahanian2008-01-291-1/+53
* Add -Wno-rewrite-macros to silence the following warning when using -rewrite-...Steve Naroff2008-01-281-23/+34
* Fixed a nasty bug which took a while to come up with a test case, Fariborz Jahanian2008-01-231-0/+5
* Problem with ObjC's type-encoding of nested structs causing infinit recursion.Fariborz Jahanian2008-01-221-3/+7
* Synthesize methods with va-arg list correctly.Fariborz Jahanian2008-01-211-0/+2
* Fixed comment.Fariborz Jahanian2008-01-191-1/+1
* Fix two bugs with an @throw that doesn't have a statement.Steve Naroff2008-01-191-1/+4
* Patch to replace #import with #include.Fariborz Jahanian2008-01-191-27/+28
* Insert #pragma once when rewriting a header file.Fariborz Jahanian2008-01-181-7/+34
* Typo.Fariborz Jahanian2008-01-161-1/+1
* Added support for rewriting of continue/break statements inside ObjC2's forea...Fariborz Jahanian2008-01-151-6/+86
* Record if a compound literal expression is @ file scope. This allows us to im...Steve Naroff2008-01-141-3/+3
* Avoid redefinition of __objcFastEnumerationStateFariborz Jahanian2008-01-101-1/+4
* Put return type of synthesize method on same line as method declaration, spac...Fariborz Jahanian2008-01-101-2/+2
* Allow messaging expression as foreach's collection expression.Fariborz Jahanian2008-01-101-6/+16
* Type-cast RHS of assignment to prevent warning compiling rewritten foreach code.Fariborz Jahanian2008-01-091-5/+11
* Fixed a bug whereby a parethesized collection expression was not being rewrit...Fariborz Jahanian2008-01-091-1/+1
* Typo fixed.Fariborz Jahanian2008-01-091-1/+1
* Patch to rewrite ObjC2's foreach-stmt.Fariborz Jahanian2008-01-081-24/+150
* Patch to start rewriting of ObjC2's foreach statement (work in progress).Fariborz Jahanian2008-01-071-0/+39
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-188/+188
* Compute the proper sourcerange for an CompoundLiteralExpr.Chris Lattner2008-01-021-2/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* remove use of alloca.Chris Lattner2007-12-231-8/+9
* Unbreak mingw buildAnton Korobeynikov2007-12-231-0/+1
* Interned MainFileID within SourceManager. Since SourceManager is referenced byTed Kremenek2007-12-191-3/+3
* Soften the macro rewrite error to a warning (and change the text).Steve Naroff2007-12-191-32/+16
* Emit errors when attempting to rewrite ObjC expressions that originate from a...Steve Naroff2007-12-191-7/+63
* Refactoring work. ObjcQualifiedIdType is now derived from 'Type'.Fariborz Jahanian2007-12-181-7/+16
* Patch to implemented objective-c's dynamic object pointer qualified withFariborz Jahanian2007-12-171-6/+23
* Also fixed similar regression for class methods, as well as more indentations.Fariborz Jahanian2007-12-171-4/+7
* Fixed a regression caused by refactoring of some meta-data generation routine...Fariborz Jahanian2007-12-171-15/+18
* - Remove getInstanceMethods/getClassMethods API on ObjcInterfaceDecl, ObjcPro...Steve Naroff2007-12-141-54/+52
* TargetInfo no longer includes a reference to SourceManager.Ted Kremenek2007-12-121-2/+1
* more cleanups changing things like getInstanceVariables to iterators.Chris Lattner2007-12-121-15/+20
* resolve some fixmes and clean up some code by eliminating the get*Vars apis t...Chris Lattner2007-12-121-66/+51
* 80-column please.Fariborz Jahanian2007-12-111-2/+5
* Implemented rewriting of protocol-qualified global variable types.Fariborz Jahanian2007-12-111-19/+48
* Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek2007-12-111-3/+4
* Refactor Rewritetest::RewriteObjcQualifiedInterfaceTypes in preparation for moreFariborz Jahanian2007-12-111-10/+13
* Omit the field name when including the super class structure template.Steve Naroff2007-12-071-4/+10
* Implemented when static typing is combined with protocols and use as receiverFariborz Jahanian2007-12-071-0/+4
* Patch for rewriting of @protocol.Fariborz Jahanian2007-12-071-4/+52
* Rewrite 'super' within a class method. This required some minor tweaks to the...Steve Naroff2007-12-071-14/+79
OpenPOWER on IntegriCloud