summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace loops with SmallVector::append.Benjamin Kramer2010-09-061-2/+1
* Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize...Argyrios Kyrtzidis2010-09-061-0/+2
* Rename *PendingImplicitInstantiations to *PendingInstantiations. NoChandler Carruth2010-08-251-10/+9
* Move more stuff out of Sema.h.John McCall2010-08-251-0/+1
* AST reader support for having specializations of templates from earlier in th...Sebastian Redl2010-08-241-0/+7
* More header elimination. The goal of all this is to allow Parser toJohn McCall2010-08-241-0/+1
* Remove a header dependency from Sema.h at the cost of some type safety.John McCall2010-08-241-0/+1
* Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.Sebastian Redl2010-08-241-2/+4
* Read the UPDATE_VISIBLE record, and add its visible decls to the lookup table...Sebastian Redl2010-08-241-38/+74
* Correctly initialize the visible decls pointer if there are no visible decls ...Sebastian Redl2010-08-241-0/+2
* Baby step towards supporting namespaces in chained PCH.Sebastian Redl2010-08-241-1/+1
* DeclPtrTy -> Decl *John McCall2010-08-211-2/+2
* Fix an issue with writing to PCH another included PCH, introduced by the "usi...Argyrios Kyrtzidis2010-08-201-0/+67
* Use the AST on-disk hash table for name lookup inside a DeclContext.Argyrios Kyrtzidis2010-08-201-35/+62
* Introduce the mechanism for building an AST on-disk hash table for name looku...Argyrios Kyrtzidis2010-08-201-0/+164
* serialization::TypeID is used with or without qualifiers, both as index and a...Argyrios Kyrtzidis2010-08-201-1/+1
* Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...Argyrios Kyrtzidis2010-08-201-8/+2
* Make sure to deallocate the identifier lookup tables and selector tablesDouglas Gregor2010-08-191-9/+15
* Rename pch namespace to serialization.Sebastian Redl2010-08-181-162/+163
* Rename stuff in PCHBitCodes.hSebastian Redl2010-08-181-5/+5
* Rename the ASTReader header files.Sebastian Redl2010-08-181-2/+2
* Rename the ASTReader implementation files.Sebastian Redl2010-08-181-0/+3839
OpenPOWER on IntegriCloud