summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-1/+2
* Fix an objective-c rewriter bug rewriting a __block Fariborz Jahanian2011-01-271-5/+7
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-3/+3
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-2/+0
* Added missing IgnoreParens().Abramo Bagnara2010-12-141-1/+2
* Restore r121752 without modification.John McCall2010-12-141-68/+43
* Pull out r121752 in case it's causing the selfhost breakage.John McCall2010-12-141-43/+68
* Factor out most of the extra state in a FunctionProtoType into a separateJohn McCall2010-12-141-68/+43
* Keep the source location of the selector in ObjCMessageExpr.Argyrios Kyrtzidis2010-12-101-4/+8
* Fix rewriter to match recent changes in property refFariborz Jahanian2010-12-041-3/+11
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-021-49/+33
* Minor whitespace fix, no functionality changeNico Weber2010-11-221-3/+3
* Add an assertion, fix a whole bunch of bugs, comment the assertionJohn McCall2010-11-181-2/+2
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-181-60/+92
* Kill CK_Unknown references in the ObjC rewriter. The actualJohn McCall2010-11-151-27/+27
* Fixes a rewrite bug, rewriting nested property usage Fariborz Jahanian2010-11-081-0/+5
* Proper rewriting of block envokation with Fariborz Jahanian2010-11-051-1/+13
* Fixes a rewriting bug when type in a block argument typeFariborz Jahanian2010-11-031-3/+7
* Patch to rewrite objc qualified types which occur inFariborz Jahanian2010-11-031-7/+57
* 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