summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add serialization support for ClassScopeFunctionSpecializationDecl.Francois Pichet2011-08-171-0/+8
* Track in the AST whether a function is constexpr.Richard Smith2011-08-151-1/+2
* Implement function template specialization at class scope extension in Micros...Francois Pichet2011-08-141-0/+4
* In the serialized AST format, make the translation unit a "predefined"Douglas Gregor2011-08-121-18/+21
* Renamings to consistently use 'Constexpr' not 'ConstExpr' when referring to t...Richard Smith2011-08-101-1/+1
* Don't introduce a local -> global mapping for CXXBaseSpecifiers. TheDouglas Gregor2011-08-041-2/+6
* Introduce local -> global selector ID mapping into the ASTDouglas Gregor2011-08-031-1/+2
* Introduce the local -> global declaration ID mapping into the ASTDouglas Gregor2011-08-031-11/+15
* In the ASTReader, replace the continuous range maps whose value typesDouglas Gregor2011-07-291-2/+2
* Teach the ASTReader to perform local and global mapping of identifierDouglas Gregor2011-07-281-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-20/+20
* Rename ASTReader::PerFileData to serialization::Module, pulling it outDouglas Gregor2011-07-221-8/+8
* Introduce a global bit-offset continuous range map into the ASTReader,Douglas Gregor2011-07-221-10/+9
* In the AST reader, factor out the mapping of local type IDs to globalDouglas Gregor2011-07-221-10/+10
* Clean up the rest of the local -> global declaration ID mappingsDouglas Gregor2011-07-211-0/+2
* In the ASTReader, factor out the loading of (local) declaration IDs,Douglas Gregor2011-07-211-110/+106
* Use a ContinuousRangeMap to map from the global declaration ID in theDouglas Gregor2011-07-201-10/+5
* Objective-C fast enumeration loop variables are not retained in ARC, butJohn McCall2011-06-171-0/+1
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-2/+5
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+1
* Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva...Jonathan D. Turner2011-06-031-3/+13
* When determining whether we can make a declaration into a globalDouglas Gregor2011-05-131-0/+1
* Implement defaulting of destructors.Alexis Hunt2011-05-121-0/+2
* Implement implicit deletion of default constructors.Alexis Hunt2011-05-111-1/+1
* Clean up trivial default constructors now.Alexis Hunt2011-05-091-0/+1
* Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" andAlexis Hunt2011-05-091-1/+1
* Modify some deleted function methods to better reflect reality:Alexis Hunt2011-05-061-1/+1
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+8
* Revise the representation of parameter scope data so that theJohn McCall2011-05-021-3/+11
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-011-0/+2
* Compress some bits. Only matters for MSVC, or if we everJohn McCall2011-05-011-10/+10
* Re-applies the patch first applied way back in r106099, withChandler Carruth2011-05-011-1/+0
* Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout'Chandler Carruth2011-04-301-1/+1
* Completely re-implement the core logic behind the __is_standard_layoutChandler Carruth2011-04-301-0/+4
* Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs.Anders Carlsson2011-04-291-0/+1
* Add a decl update when a static data member of a class template is instantiat...Sebastian Redl2011-04-291-3/+10
* Set the correct anonymous namespace (must be last reopening), and behave corr...Sebastian Redl2011-04-241-4/+9
* Fix adding an anonymous namespace in a chained PCH to a namespace from a prev...Sebastian Redl2011-04-241-0/+10
* On reading DeclContexts from PCH, check for visible updates even if the conte...Sebastian Redl2011-04-241-14/+18
* Implement most of the remaining logic in __is_literal type trait. ThisChandler Carruth2011-04-241-0/+2
* Begin tracking trivialness of move constructors and move assignmentChandler Carruth2011-04-231-0/+2
* We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis2011-04-191-0/+1
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-3/+13
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+1
* Add a bit to ParmVarDecl indicating whether the parameter undergoes John McCall2011-03-091-0/+1
* Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor2011-03-081-1/+2
* Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara2011-03-081-2/+5
* Fixed NamespaceDecl source range.Abramo Bagnara2011-03-081-3/+4
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-19/+21
* Completed source ranges fixes for all classes inheriting from TypeDecl.Abramo Bagnara2011-03-061-2/+0
OpenPOWER on IntegriCloud