summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-2/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-5/+5
* Don't use TemplateArgumentListInfo inside AST nodes because it may leak.Argyrios Kyrtzidis2011-09-221-5/+6
* ArrayRef-ifying Function/BlockDecl's setParamsDavid Blaikie2011-09-211-2/+2
* [PCH] Fix a regression that r139441 introduced (decls were getting passedArgyrios Kyrtzidis2011-09-131-9/+4
* Keep the source range of attributes. Depends on a llvm tablegen commit.Argyrios Kyrtzidis2011-09-131-1/+1
* Clean up our handling of Objective-C definitions in AST files. RatherDouglas Gregor2011-09-101-5/+16
* Kill of the Decl::PCHLevel field entirely. We now only need to knowDouglas Gregor2011-09-101-1/+1
* In ASTReader, replace the never-NULL ASTContext pointer with anDouglas Gregor2011-09-091-81/+81
* Modules: introduce the __module_private__ declaration specifier, whichDouglas Gregor2011-09-091-0/+1
* Finish implementing (de-)serialization of the CXXDefinitionData bitsDouglas Gregor2011-09-061-0/+4
* Fix "multi-line comment" compiler error.Argyrios Kyrtzidis2011-09-011-8/+8
* Support importing of ObjC categories from modules.Argyrios Kyrtzidis2011-09-011-0/+134
* Serialize the new bits in CXXRecordDecl::DefinitionData.Sebastian Redl2011-08-311-4/+6
* Remove a few mutating ObjCCategoryDecl methods.Argyrios Kyrtzidis2011-08-301-4/+3
* objective-c: Treat top-level objective-c declarationsFariborz Jahanian2011-08-271-15/+7
* Remove a bogus assertion from the AST reader, which assumed thatDouglas Gregor2011-08-251-12/+6
* In the AST reader, switch name lookup within a DeclContect over to theDouglas Gregor2011-08-241-17/+7
* 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
OpenPOWER on IntegriCloud