summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* objc rewriter: Fixes a rewriting of implicit casting of an integralFariborz Jahanian2011-08-041-1/+5
* objective-c rewrite: Fixes rewriting of objective-c collectionFariborz Jahanian2011-08-021-1/+9
* objc rewriter - my last patch was not quite right.Fariborz Jahanian2011-07-301-2/+8
* objc rewriter - set the flag passed to _Block_object_assign/_Block_object_dis...Fariborz Jahanian2011-07-301-2/+2
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-8/+11
* Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth2011-07-251-2/+2
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-251-5/+5
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-81/+81
* Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad2011-06-211-13/+7
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-5/+10
* Replace a literal 8 with Context->getCharWidth() inKen Dyck2011-04-301-1/+1
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-3/+3
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Add a flag to StringLiteral to keep track of whether the string is a pascal s...Anders Carlsson2011-04-141-7/+9
* Fixup more objc rwriter bug having to do withFariborz Jahanian2011-04-111-9/+16
* Fixes a rewrting bug of a property-dot syntax expression insideFariborz Jahanian2011-04-081-0/+1
* Fixes a rewriter bug rewriting call to a byrefFariborz Jahanian2011-04-011-19/+2
* ANother rewrite bug, rewriting a call ofFariborz Jahanian2011-04-011-1/+2
* Fix couple of rewriter bugs related to rewriting aFariborz Jahanian2011-03-311-3/+11
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-4/+5
* Fixed InnerLocStart.Abramo Bagnara2011-03-091-8/+11
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-11/+27
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-1/+1
* Fix objc rewriting bug casting to qualified objective-c pointetr.Fariborz Jahanian2011-02-261-3/+3
* Fix a rewriter bug involving call to property'sFariborz Jahanian2011-02-261-5/+6
* Fix a rewrite bug. // rdar://9039342Fariborz Jahanian2011-02-241-1/+9
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-2/+1
* Block rewriting bug. Don't take address of captured Fariborz Jahanian2011-02-161-1/+17
* Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall2011-02-131-18/+9
* 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
OpenPOWER on IntegriCloud