summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix chaining of ObjCInterfaceDecl redeclarationsDouglas Gregor2011-12-161-9/+14
* Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it onlyDouglas Gregor2011-12-151-2/+2
* Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor2011-12-151-1/+0
* Extend ObjCInterfaceDecl::DefinitionData to contain a pointer to theDouglas Gregor2011-12-151-5/+5
* Introduce the core infrastructure needed to model a completeDouglas Gregor2011-12-151-3/+16
* Move the definition-specific data of ObjCInterfaceDecl into aDouglas Gregor2011-12-151-33/+70
* Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline itsDouglas Gregor2011-12-141-3/+2
* Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam!Argyrios Kyrtzidis2011-12-091-1/+2
* Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor2011-12-021-0/+20
* Implement name hiding for declarations deserialized from a non-visibleDouglas Gregor2011-12-011-4/+27
* Infer the submodule ID for a given declaration based on the locationDouglas Gregor2011-12-011-0/+4
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-17/+17
* [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil...Argyrios Kyrtzidis2011-11-231-0/+1
* Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'Impl...Argyrios Kyrtzidis2011-11-151-1/+0
* [PCH] Load the chained objc categories only after recursive loading is finishedArgyrios Kyrtzidis2011-11-141-2/+4
* [PCH] When completing an objc forward reference, do not serialize the chain o...Argyrios Kyrtzidis2011-11-121-2/+2
* [PCH] Now that we store the location of a decl outside its recordArgyrios Kyrtzidis2011-10-311-2/+4
* [PCH] Pull the location out of the serialized declarations and put it in the ...Argyrios Kyrtzidis2011-10-271-8/+14
* Eliminate a hang while loading a sequence of redeclarable entities. InDouglas Gregor2011-10-261-8/+27
* Keep track when a ObjC interface/protocol was initially created as a forward ...Argyrios Kyrtzidis2011-10-171-1/+3
* [PCH] Serialize info about redeclared objc methods.Argyrios Kyrtzidis2011-10-141-0/+7
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-071-2/+2
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-041-8/+8
* Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis2011-10-031-2/+9
* Pass from the parser the locations of selector identifiers when creatingArgyrios Kyrtzidis2011-10-031-0/+1
* Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f...Argyrios Kyrtzidis2011-10-031-3/+1
* Mark a TagDecl when it is free standing (e.g. "struct foo;")Argyrios Kyrtzidis2011-09-301-0/+1
* 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
OpenPOWER on IntegriCloud