summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* More refactoring of objc rewriter.Fariborz Jahanian2011-12-051-87/+107
* More objc rewriter refactoring.Fariborz Jahanian2011-12-051-48/+40
* Some early refactoring of objective-c rewriter.Fariborz Jahanian2011-12-051-76/+79
* Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis2011-11-181-1/+2
* objc rewriter: use a more specific name for local variable usedFariborz Jahanian2011-11-091-10/+10
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-333/+201
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-251-2/+2
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-251-2/+2
* Introduce a placeholder type for "pseudo object"John McCall2011-10-251-2/+2
* objc rewriter: Restore objc_msgSend_stret/objc_msgSendSuper_stret declarationFariborz Jahanian2011-10-111-6/+6
* objc rewriter. Fix declaration of objc_msgSend_stret/objc_msgSendSuper_stret.Fariborz Jahanian2011-10-071-7/+12
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-071-2/+2
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-041-1/+1
* ArrayRef'ize ObjCMessageExprArgyrios Kyrtzidis2011-10-031-6/+4
* When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor2011-09-271-21/+21
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-6/+7
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-6/+6
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-33/+33
* Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet2011-09-171-10/+10
* objc rewriter - more fixes to support compiling the rewrittenFariborz Jahanian2011-09-101-4/+10
* objc rewriter - Add rewriter test for new instancetypeFariborz Jahanian2011-09-091-1/+3
* Give conversions of block pointers to ObjC pointers a different cast kindJohn McCall2011-09-091-11/+39
* Fix a rewriter bug caused by recent changes in objc's Fariborz Jahanian2011-08-291-26/+65
* objective-c: Treat top-level objective-c declarationsFariborz Jahanian2011-08-271-25/+28
* 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
OpenPOWER on IntegriCloud