summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-292-11/+5
* When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor2011-09-271-21/+21
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-262-2/+2
* Rename IgnoringDiagClient to IgnoringDiagConsumer as per issue 5397David Blaikie2011-09-251-3/+3
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-252-2/+2
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-253-13/+15
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-6/+6
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-192-34/+34
* 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-272-9/+19
* Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth2011-07-251-2/+2
* Rename SourceManager::getInstantiationRange to getExpansionRange.Chandler Carruth2011-07-251-1/+1
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-253-10/+10
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-2310-118/+109
* Switch a comment in Rewrite from 'instantiation' to 'expansion'.Chandler Carruth2011-07-151-1/+1
* Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad2011-06-211-13/+7
* Automatic Reference Counting.John McCall2011-06-152-28/+48
* 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
* Use S.str() to force a flush.Fariborz Jahanian2011-04-201-3/+1
* Be sure to flush raw_string_ostream objects in the Objective-CDouglas Gregor2011-04-201-0/+2
* Introduce Rewriter::IncreaseIndentation() which increase indentations for the...Argyrios Kyrtzidis2011-04-161-0/+83
* 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
* Collect the options applicable to the Rewriter methods into a RewriterOptions...Argyrios Kyrtzidis2011-04-131-8/+10
* Fixup more objc rwriter bug having to do withFariborz Jahanian2011-04-112-9/+23
* Fixes a rewrting bug of a property-dot syntax expression insideFariborz Jahanian2011-04-081-0/+1
* Enhance the Rewriter.Argyrios Kyrtzidis2011-04-071-7/+76
* 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
OpenPOWER on IntegriCloud