| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout' | Chandler Carruth | 2011-04-30 | 1 | -1/+1 |
* | Completely re-implement the core logic behind the __is_standard_layout | Chandler Carruth | 2011-04-30 | 1 | -0/+4 |
* | Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs. | Anders Carlsson | 2011-04-29 | 1 | -0/+1 |
* | Add a decl update when a static data member of a class template is instantiat... | Sebastian Redl | 2011-04-29 | 1 | -3/+10 |
* | Set the correct anonymous namespace (must be last reopening), and behave corr... | Sebastian Redl | 2011-04-24 | 1 | -4/+9 |
* | Fix adding an anonymous namespace in a chained PCH to a namespace from a prev... | Sebastian Redl | 2011-04-24 | 1 | -0/+10 |
* | On reading DeclContexts from PCH, check for visible updates even if the conte... | Sebastian Redl | 2011-04-24 | 1 | -14/+18 |
* | Implement most of the remaining logic in __is_literal type trait. This | Chandler Carruth | 2011-04-24 | 1 | -0/+2 |
* | Begin tracking trivialness of move constructors and move assignment | Chandler Carruth | 2011-04-23 | 1 | -0/+2 |
* | We regard a function as 'unused' from the codegen perspective, so our warning... | Argyrios Kyrtzidis | 2011-04-19 | 1 | -0/+1 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -3/+13 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+1 |
* | Add a bit to ParmVarDecl indicating whether the parameter undergoes | John McCall | 2011-03-09 | 1 | -0/+1 |
* | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor | 2011-03-08 | 1 | -1/+2 |
* | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara | 2011-03-08 | 1 | -2/+5 |
* | Fixed NamespaceDecl source range. | Abramo Bagnara | 2011-03-08 | 1 | -3/+4 |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -19/+21 |
* | Completed source ranges fixes for all classes inheriting from TypeDecl. | Abramo Bagnara | 2011-03-06 | 1 | -2/+0 |