| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -2/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -5/+5 |
* | Don't use TemplateArgumentListInfo inside AST nodes because it may leak. | Argyrios Kyrtzidis | 2011-09-22 | 1 | -5/+6 |
* | ArrayRef-ifying Function/BlockDecl's setParams | David Blaikie | 2011-09-21 | 1 | -2/+2 |
* | [PCH] Fix a regression that r139441 introduced (decls were getting passed | Argyrios Kyrtzidis | 2011-09-13 | 1 | -9/+4 |
* | Keep the source range of attributes. Depends on a llvm tablegen commit. | Argyrios Kyrtzidis | 2011-09-13 | 1 | -1/+1 |
* | Clean up our handling of Objective-C definitions in AST files. Rather | Douglas Gregor | 2011-09-10 | 1 | -5/+16 |
* | Kill of the Decl::PCHLevel field entirely. We now only need to know | Douglas Gregor | 2011-09-10 | 1 | -1/+1 |
* | In ASTReader, replace the never-NULL ASTContext pointer with an | Douglas Gregor | 2011-09-09 | 1 | -81/+81 |
* | Modules: introduce the __module_private__ declaration specifier, which | Douglas Gregor | 2011-09-09 | 1 | -0/+1 |
* | Finish implementing (de-)serialization of the CXXDefinitionData bits | Douglas Gregor | 2011-09-06 | 1 | -0/+4 |
* | Fix "multi-line comment" compiler error. | Argyrios Kyrtzidis | 2011-09-01 | 1 | -8/+8 |
* | Support importing of ObjC categories from modules. | Argyrios Kyrtzidis | 2011-09-01 | 1 | -0/+134 |
* | Serialize the new bits in CXXRecordDecl::DefinitionData. | Sebastian Redl | 2011-08-31 | 1 | -4/+6 |
* | Remove a few mutating ObjCCategoryDecl methods. | Argyrios Kyrtzidis | 2011-08-30 | 1 | -4/+3 |
* | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian | 2011-08-27 | 1 | -15/+7 |
* | Remove a bogus assertion from the AST reader, which assumed that | Douglas Gregor | 2011-08-25 | 1 | -12/+6 |
* | In the AST reader, switch name lookup within a DeclContect over to the | Douglas Gregor | 2011-08-24 | 1 | -17/+7 |
* | Add serialization support for ClassScopeFunctionSpecializationDecl. | Francois Pichet | 2011-08-17 | 1 | -0/+8 |
* | Track in the AST whether a function is constexpr. | Richard Smith | 2011-08-15 | 1 | -1/+2 |
* | Implement function template specialization at class scope extension in Micros... | Francois Pichet | 2011-08-14 | 1 | -0/+4 |
* | In the serialized AST format, make the translation unit a "predefined" | Douglas Gregor | 2011-08-12 | 1 | -18/+21 |
* | Renamings to consistently use 'Constexpr' not 'ConstExpr' when referring to t... | Richard Smith | 2011-08-10 | 1 | -1/+1 |
* | Don't introduce a local -> global mapping for CXXBaseSpecifiers. The | Douglas Gregor | 2011-08-04 | 1 | -2/+6 |
* | Introduce local -> global selector ID mapping into the AST | Douglas Gregor | 2011-08-03 | 1 | -1/+2 |
* | Introduce the local -> global declaration ID mapping into the AST | Douglas Gregor | 2011-08-03 | 1 | -11/+15 |
* | In the ASTReader, replace the continuous range maps whose value types | Douglas Gregor | 2011-07-29 | 1 | -2/+2 |
* | Teach the ASTReader to perform local and global mapping of identifier | Douglas Gregor | 2011-07-28 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -20/+20 |
* | Rename ASTReader::PerFileData to serialization::Module, pulling it out | Douglas Gregor | 2011-07-22 | 1 | -8/+8 |
* | Introduce a global bit-offset continuous range map into the ASTReader, | Douglas Gregor | 2011-07-22 | 1 | -10/+9 |
* | In the AST reader, factor out the mapping of local type IDs to global | Douglas Gregor | 2011-07-22 | 1 | -10/+10 |
* | Clean up the rest of the local -> global declaration ID mappings | Douglas Gregor | 2011-07-21 | 1 | -0/+2 |
* | In the ASTReader, factor out the loading of (local) declaration IDs, | Douglas Gregor | 2011-07-21 | 1 | -110/+106 |
* | Use a ContinuousRangeMap to map from the global declaration ID in the | Douglas Gregor | 2011-07-20 | 1 | -10/+5 |
* | Objective-C fast enumeration loop variables are not retained in ARC, but | John McCall | 2011-06-17 | 1 | -0/+1 |
* | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -2/+5 |
* | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -0/+1 |
* | Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva... | Jonathan D. Turner | 2011-06-03 | 1 | -3/+13 |
* | When determining whether we can make a declaration into a global | Douglas Gregor | 2011-05-13 | 1 | -0/+1 |
* | Implement defaulting of destructors. | Alexis Hunt | 2011-05-12 | 1 | -0/+2 |
* | Implement implicit deletion of default constructors. | Alexis Hunt | 2011-05-11 | 1 | -1/+1 |
* | Clean up trivial default constructors now. | Alexis Hunt | 2011-05-09 | 1 | -0/+1 |
* | Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and | Alexis Hunt | 2011-05-09 | 1 | -1/+1 |
* | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 1 | -1/+1 |
* | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -0/+8 |
* | Revise the representation of parameter scope data so that the | John McCall | 2011-05-02 | 1 | -3/+11 |
* | Store a parameter index and function prototype depth in every | John McCall | 2011-05-01 | 1 | -0/+2 |
* | Compress some bits. Only matters for MSVC, or if we ever | John McCall | 2011-05-01 | 1 | -10/+10 |
* | Re-applies the patch first applied way back in r106099, with | Chandler Carruth | 2011-05-01 | 1 | -1/+0 |