aboutsummaryrefslogtreecommitdiff
path: root/Driver/RewriteTest.cpp
AgeCommit message (Expand)Author
2008-01-31add some helper methods for removing and replacing text, this makes theChris Lattner
2008-01-31Add a new InsertText method that does the check to see if the insertion was v...Chris Lattner
2008-01-31move a large method out of lineChris Lattner
2008-01-31Make rewriter::inserttext return a bool to indicate if it failed.Chris Lattner
2008-01-31Fix a rewriter crash when the whole body of a foreach is itself Chris Lattner
2008-01-30Abolish a bunch of Xcode inserted tabs.Steve Naroff
2008-01-29Rewriting of @synchronized. This has one FIXME in it. But this should allow @...Fariborz Jahanian
2008-01-28Add -Wno-rewrite-macros to silence the following warning when using -rewrite-...Steve Naroff
2008-01-23Fixed a nasty bug which took a while to come up with a test case, Fariborz Jahanian
2008-01-22Problem with ObjC's type-encoding of nested structs causing infinit recursion.Fariborz Jahanian
2008-01-21Synthesize methods with va-arg list correctly.Fariborz Jahanian
2008-01-19Fixed comment.Fariborz Jahanian
2008-01-19Fix two bugs with an @throw that doesn't have a statement.Steve Naroff
2008-01-19Patch to replace #import with #include.Fariborz Jahanian
2008-01-18Insert #pragma once when rewriting a header file.Fariborz Jahanian
2008-01-16Typo.Fariborz Jahanian
2008-01-15Added support for rewriting of continue/break statements inside ObjC2's forea...Fariborz Jahanian
2008-01-14Record if a compound literal expression is @ file scope. This allows us to im...Steve Naroff
2008-01-10Avoid redefinition of __objcFastEnumerationStateFariborz Jahanian
2008-01-10Put return type of synthesize method on same line as method declaration, spac...Fariborz Jahanian
2008-01-10Allow messaging expression as foreach's collection expression.Fariborz Jahanian
2008-01-09Type-cast RHS of assignment to prevent warning compiling rewritten foreach code.Fariborz Jahanian
2008-01-09Fixed a bug whereby a parethesized collection expression was not being rewrit...Fariborz Jahanian
2008-01-09Typo fixed.Fariborz Jahanian
2008-01-08Patch to rewrite ObjC2's foreach-stmt.Fariborz Jahanian
2008-01-07Patch to start rewriting of ObjC2's foreach statement (work in progress).Fariborz Jahanian
2008-01-07Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek
2008-01-02Compute the proper sourcerange for an CompoundLiteralExpr.Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-23remove use of alloca.Chris Lattner
2007-12-23Unbreak mingw buildAnton Korobeynikov
2007-12-19Interned MainFileID within SourceManager. Since SourceManager is referenced byTed Kremenek
2007-12-19Soften the macro rewrite error to a warning (and change the text).Steve Naroff
2007-12-19Emit errors when attempting to rewrite ObjC expressions that originate from a...Steve Naroff
2007-12-18Refactoring work. ObjcQualifiedIdType is now derived from 'Type'.Fariborz Jahanian
2007-12-17Patch to implemented objective-c's dynamic object pointer qualified withFariborz Jahanian
2007-12-17Also fixed similar regression for class methods, as well as more indentations.Fariborz Jahanian
2007-12-17Fixed a regression caused by refactoring of some meta-data generation routine...Fariborz Jahanian
2007-12-14- Remove getInstanceMethods/getClassMethods API on ObjcInterfaceDecl, ObjcPro...Steve Naroff
2007-12-12TargetInfo no longer includes a reference to SourceManager.Ted Kremenek
2007-12-12more cleanups changing things like getInstanceVariables to iterators.Chris Lattner
2007-12-12resolve some fixmes and clean up some code by eliminating the get*Vars apis t...Chris Lattner
2007-12-1180-column please.Fariborz Jahanian
2007-12-11Implemented rewriting of protocol-qualified global variable types.Fariborz Jahanian
2007-12-11Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek
2007-12-11Refactor Rewritetest::RewriteObjcQualifiedInterfaceTypes in preparation for moreFariborz Jahanian
2007-12-07Omit the field name when including the super class structure template.Steve Naroff
2007-12-07Implemented when static typing is combined with protocols and use as receiverFariborz Jahanian
2007-12-07Patch for rewriting of @protocol.Fariborz Jahanian
2007-12-07Rewrite 'super' within a class method. This required some minor tweaks to the...Steve Naroff