summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis2010-10-241-13/+37
* Reorganize predefined macros for all Windows targets.Michael J. Spencer2010-10-211-0/+2
* Fix Whitespace.Michael J. Spencer2010-10-211-25/+25
* Extend the preprocessing record and libclang with support forDouglas Gregor2010-10-201-1/+32
* Read/write declaration attributes from/to PCH properly. Embed them in the dec...Argyrios Kyrtzidis2010-10-181-5/+2
* Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis2010-10-151-0/+49
* Allow deserialization of just the fields of a record, when we want to iterate...Argyrios Kyrtzidis2010-10-141-6/+7
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-1/+0
* Fix a marvelous chained AST writing bug, where we end up with theDouglas Gregor2010-10-051-6/+10
* When a type comes from a previously-loaded PCH/AST file, don't try to write i...Douglas Gregor2010-10-041-0/+5
* Implement chained PCH support for the macro definitions stored withinDouglas Gregor2010-10-021-6/+21
* Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor2010-10-011-0/+1
* When an identifier that has a macro definition in the original PCHDouglas Gregor2010-10-011-1/+7
* My previous fix was incorrect for non-chained PCH reuse. Fix again.Sebastian Redl2010-09-271-1/+1
* When chaining PCHs, only write PPRecords that don't come from PCH, and give t...Sebastian Redl2010-09-271-3/+5
* Change source manager serialization to be less tied to the PCH model.Sebastian Redl2010-09-221-1/+2
* Macro definitions in AST files have their own IDs.Sebastian Redl2010-09-151-4/+4
* Replace loops with SmallVector::append.Benjamin Kramer2010-09-061-4/+2
* Avoid implicit string construction.Benjamin Kramer2010-09-021-1/+1
* Rename *PendingImplicitInstantiations to *PendingInstantiations. NoChandler Carruth2010-08-251-16/+14
* Move more stuff out of Sema.h.John McCall2010-08-251-0/+1
* AST writer support for having specializations of templates from earlier in th...Sebastian Redl2010-08-241-0/+19
* 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-13/+3
* Write visible update blocks. No regressions in normal PCH functionality, but ...Sebastian Redl2010-08-241-1/+76
* Fix an issue with writing to PCH another included PCH, introduced by the "usi...Argyrios Kyrtzidis2010-08-201-1/+4
* Use the AST on-disk hash table for name lookup inside a DeclContext.Argyrios Kyrtzidis2010-08-201-53/+68
* Introduce the mechanism for building an AST on-disk hash table for name looku...Argyrios Kyrtzidis2010-08-201-6/+130
* Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo...Argyrios Kyrtzidis2010-08-201-50/+6
* Introduce ASTWriter::GetOrCreateTypeID and move most of the functionality of ...Argyrios Kyrtzidis2010-08-201-17/+10
* A bit of refactoring; Introduce ASTWriter::GetOrCreateTypeIdx and move the em...Argyrios Kyrtzidis2010-08-201-10/+21
* Rename TypeIDs -> TypeIdxs. No functionality change.Argyrios Kyrtzidis2010-08-201-4/+4
* serialization::TypeID is used with or without qualifiers, both as index and a...Argyrios Kyrtzidis2010-08-201-15/+15
* Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...Argyrios Kyrtzidis2010-08-201-8/+2
* Rename pch namespace to serialization.Sebastian Redl2010-08-181-178/+179
* Rename stuff in PCHBitCodes.hSebastian Redl2010-08-181-3/+3
* Rename the ASTReader header files.Sebastian Redl2010-08-181-1/+1
* More PCH -> AST renaming.Sebastian Redl2010-08-181-3/+3
* Rename PCHReader to ASTReader.Sebastian Redl2010-08-181-1/+1
* Rename PCHWriter.h to ASTWriter.hSebastian Redl2010-08-181-1/+1
* Rename the ASTWriter implementation filesSebastian Redl2010-08-181-0/+2938
OpenPOWER on IntegriCloud