| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix uninitialized variable warning. | Chad Rosier | 2012-01-06 | 1 | -2/+2 |
* | Fix canonicalization of protocol-qualified types | Douglas Gregor | 2012-01-02 | 1 | -1/+5 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -7/+42 |
* | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor | 2012-01-01 | 1 | -1/+1 |
* | Use declaresSameEntity() when comparing ObjCProtocolDecls, and | Douglas Gregor | 2012-01-01 | 1 | -3/+3 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -35/+28 |
* | objc, objc rewriter. Fixes couple of bugs one | Fariborz Jahanian | 2011-12-21 | 1 | -2/+2 |
* | Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only | Douglas Gregor | 2011-12-15 | 1 | -1/+1 |
* | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor | 2011-12-15 | 1 | -6/+16 |
* | Replace all comparisons between ObjCInterfaceDecl pointers with calls | Douglas Gregor | 2011-12-15 | 1 | -1/+1 |
* | More refactoring of objective-C rewriter. | Fariborz Jahanian | 2011-12-08 | 1 | -991/+1036 |
* | More refactoring of objc rewriter. | Fariborz Jahanian | 2011-12-05 | 1 | -87/+107 |
* | More objc rewriter refactoring. | Fariborz Jahanian | 2011-12-05 | 1 | -48/+40 |
* | Some early refactoring of objective-c rewriter. | Fariborz Jahanian | 2011-12-05 | 1 | -76/+79 |
* | Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue | Argyrios Kyrtzidis | 2011-11-18 | 1 | -1/+2 |
* | objc rewriter: use a more specific name for local variable used | Fariborz Jahanian | 2011-11-09 | 1 | -10/+10 |
* | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -333/+201 |
* | Restore r142914 and r142915, now with missing file and apparent | John McCall | 2011-10-25 | 1 | -2/+2 |
* | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 2011-10-25 | 1 | -2/+2 |
* | Introduce a placeholder type for "pseudo object" | John McCall | 2011-10-25 | 1 | -2/+2 |
* | objc rewriter: Restore objc_msgSend_stret/objc_msgSendSuper_stret declaration | Fariborz Jahanian | 2011-10-11 | 1 | -6/+6 |
* | objc rewriter. Fix declaration of objc_msgSend_stret/objc_msgSendSuper_stret. | Fariborz Jahanian | 2011-10-07 | 1 | -7/+12 |
* | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall | 2011-10-07 | 1 | -2/+2 |
* | Improve location fidelity of objc decls. | Argyrios Kyrtzidis | 2011-10-04 | 1 | -1/+1 |
* | ArrayRef'ize ObjCMessageExpr | Argyrios Kyrtzidis | 2011-10-03 | 1 | -6/+4 |
* | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor | 2011-09-27 | 1 | -21/+21 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -6/+7 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -6/+6 |
* | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis | 2011-09-19 | 1 | -33/+33 |
* | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -10/+10 |
* | objc rewriter - more fixes to support compiling the rewritten | Fariborz Jahanian | 2011-09-10 | 1 | -4/+10 |
* | objc rewriter - Add rewriter test for new instancetype | Fariborz Jahanian | 2011-09-09 | 1 | -1/+3 |
* | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 2011-09-09 | 1 | -11/+39 |
* | Fix a rewriter bug caused by recent changes in objc's | Fariborz Jahanian | 2011-08-29 | 1 | -26/+65 |
* | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian | 2011-08-27 | 1 | -25/+28 |
* | objc rewriter: Fixes a rewriting of implicit casting of an integral | Fariborz Jahanian | 2011-08-04 | 1 | -1/+5 |
* | objective-c rewrite: Fixes rewriting of objective-c collection | Fariborz Jahanian | 2011-08-02 | 1 | -1/+9 |
* | objc rewriter - my last patch was not quite right. | Fariborz Jahanian | 2011-07-30 | 1 | -2/+8 |
* | objc rewriter - set the flag passed to _Block_object_assign/_Block_object_dis... | Fariborz Jahanian | 2011-07-30 | 1 | -2/+2 |
* | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -8/+11 |
* | Rename getInstantiationLineNumber to getExpansionLineNumber in both | Chandler Carruth | 2011-07-25 | 1 | -2/+2 |
* | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth | 2011-07-25 | 1 | -5/+5 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -81/+81 |
* | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad | 2011-06-21 | 1 | -13/+7 |
* | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -5/+10 |
* | Replace a literal 8 with Context->getCharWidth() in | Ken Dyck | 2011-04-30 | 1 | -1/+1 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -3/+3 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 |
* | Add a flag to StringLiteral to keep track of whether the string is a pascal s... | Anders Carlsson | 2011-04-14 | 1 | -7/+9 |
* | Fixup more objc rwriter bug having to do with | Fariborz Jahanian | 2011-04-11 | 1 | -9/+16 |