summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Kill FunctionDecl's IsCopyAssignment bit; it duplicated what couldDouglas Gregor2010-09-271-1/+0
* Fix C++ PCH issue.Argyrios Kyrtzidis2010-09-131-3/+7
* Avoid setters in ASTDeclReader::VisitClassTemplatePartialSpecializationDecl.Argyrios Kyrtzidis2010-09-131-11/+13
* Avoid setters in ASTDeclReader::VisitClassTemplateSpecializationDecl.Argyrios Kyrtzidis2010-09-131-12/+21
* Avoid setters in ASTDeclReader::VisitCXXRecordDecl.Argyrios Kyrtzidis2010-09-131-4/+5
* Fix C++ PCH issue.Argyrios Kyrtzidis2010-09-091-14/+21
* Re-enable CheckAccessDeclContext and make sure it doesn't trigger assertions.Argyrios Kyrtzidis2010-09-081-2/+1
* Fix C++ PCH issues.Argyrios Kyrtzidis2010-09-081-13/+32
* Implement libclang support for using declarations. Clang actually usesDouglas Gregor2010-09-011-4/+4
* Implement libclang support for using directives (cursor + visitation +Douglas Gregor2010-09-011-7/+6
* Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek2010-09-011-0/+13
* Improve location information in the representation of namespaceDouglas Gregor2010-09-011-4/+3
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-6/+6
* AST reader support for having specializations of templates from earlier in th...Sebastian Redl2010-08-241-0/+14
* Read the UPDATE_VISIBLE record, and add its visible decls to the lookup table...Sebastian Redl2010-08-241-3/+19
* Support for IRGen of synthesize bitfield ivars inFariborz Jahanian2010-08-231-0/+2
* objective-c ivar refactoring patch. IterationsFariborz Jahanian2010-08-201-0/+4
* Use the AST on-disk hash table for name lookup inside a DeclContext.Argyrios Kyrtzidis2010-08-201-32/+0
* Rename pch namespace to serialization.Sebastian Redl2010-08-181-63/+63
* Rename the ASTReader header files.Sebastian Redl2010-08-181-1/+1
* Rename the ASTReader implementation files.Sebastian Redl2010-08-181-0/+1447
OpenPOWER on IntegriCloud