summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct typos and whitespace, spotted by Nico Weber!Nick Lewycky2010-10-311-3/+3
* Fixes a potential crash in rewriter when sending message Fariborz Jahanian2010-10-201-12/+17
* GCC 4.4 warns that Receiver may be used uninitialized in this function.Duncan Sands2010-10-201-1/+1
* Do not rewrite new accessor if user has defined accessors.Fariborz Jahanian2010-10-191-52/+57
* Silence uninitialized value warning.Ted Kremenek2010-10-191-1/+1
* Fix a rewriting bug of rewriting properties declared inFariborz Jahanian2010-10-161-24/+25
* Rewrite bug fix rewriting a property assignment whenFariborz Jahanian2010-10-141-0/+6
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-11/+41
* Some refactoring of property rewriting stuff Fariborz Jahanian2010-10-111-17/+11
* This patch does a few things in the area of objective-cFariborz Jahanian2010-10-111-58/+103
* When dealing with an assignment with LHS being a property referenceFariborz Jahanian2010-10-081-0/+9
* Fix a block rewriter bug where copy/dispose entries in Fariborz Jahanian2010-10-051-0/+6
* Rewriting array element type of qualified-id.Fariborz Jahanian2010-09-301-0/+4
* Fix rewriting of property declared in @protocol's.Fariborz Jahanian2010-09-241-0/+4
* AST work to support [C++] [IRgen] for ?: with missing LHSFariborz Jahanian2010-08-311-3/+6
* Fix the memory leak of FloatingLiteral/IntegerLiteral.Argyrios Kyrtzidis2010-08-281-5/+6
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-27/+27
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-40/+40
* More incremental progress towards not including Expr.h in Sema.h.John McCall2010-08-251-1/+1
* StringRef'ication of lots stuff, patch by Peter Davies!Daniel Dunbar2010-08-171-52/+52
* Remove dead code, caught by unused function warnings.Argyrios Kyrtzidis2010-08-151-63/+0
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-5/+4
* Initialize block's imported variable(s) in Fariborz Jahanian2010-07-281-19/+30
* Fix source location of the initializer in Fariborz Jahanian2010-07-211-8/+0
* Fix a rewriter bug which originates in SemaInit involvingFariborz Jahanian2010-07-211-4/+11
* Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl2010-07-201-2/+4
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-2/+2
* Remove Decl::getCompoundBody().Argyrios Kyrtzidis2010-07-071-1/+1
* Rewriter: Use the appropriate printing context instead of the defaultDaniel Dunbar2010-06-301-16/+23
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-0/+5778
OpenPOWER on IntegriCloud