aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHWriter.cpp
AgeCommit message (Expand)Author
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl
2010-08-17Patch to add type parameter support for attribute iboutletcollection.Fariborz Jahanian
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl
2010-08-13Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keepin...Argyrios Kyrtzidis
2010-08-13Instead of modifying the ObjC AST to not modify existing declarations, teach ...Sebastian Redl
2010-08-12Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor
2010-08-11-Make TokenID of IdentifierInfo read-only, remove setTokenID().Argyrios Kyrtzidis
2010-08-11Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor
2010-08-09- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl
2010-08-09Refactor into functions PCH reading/writing the CXXBaseOrMemberInitializers. ...Argyrios Kyrtzidis
2010-08-05Write various C++-specific records to chained PCHs. Tests will come later.Sebastian Redl
2010-08-05Store the pending implicit instantiations in the PCH and perform them at the ...Argyrios Kyrtzidis
2010-08-05Support #pragma weak for PCH.Argyrios Kyrtzidis
2010-08-05Implement #pragma GCC visibility.Eli Friedman
2010-08-04Activate selectors in chained PCH. Chained PCH now works for Objective-C.Sebastian Redl
2010-08-04Bring stats for the method pool back.Sebastian Redl
2010-08-04Implement per-file reading of the selector table. This disables statistics ab...Sebastian Redl
2010-08-04When chaining, only write interesting selectors to the PCH.Sebastian Redl
2010-08-04Store the IDs of selectors in the PCH file explicitly.Sebastian Redl
2010-08-03Incomplete promotion of selector info to per-file data.Sebastian Redl
2010-08-03Apart from storing/retrieving the previous redeclaration from PCH, also store...Argyrios Kyrtzidis
2010-08-03Avoid writing a VTABLE_USES record in PCH if there are no entries.Argyrios Kyrtzidis
2010-08-02Simplify global method pool implementation in Sema. No functionality change.Sebastian Redl
2010-08-02Query only the latest version of an identifier in the PCH chain. Make sure th...Sebastian Redl
2010-08-02Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f...Argyrios Kyrtzidis
2010-07-30Safely get a data pointer for vectors that might be empty.Sebastian Redl
2010-07-30Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl
2010-07-27Record macros in dependent PCHs. Also add various info tables to dependent PC...Sebastian Redl
2010-07-27Update the list of lexical decls in the TU for chained PCHs. This makes -ast-...Sebastian Redl
2010-07-27- Fix recording of offsets of types in dependent PCHs.Sebastian Redl
2010-07-26Add source location information to C++ base specifiers.Nick Lewycky
2010-07-23Make declarations in the dependent PCH visible, for C at least.Sebastian Redl
2010-07-23PCH read/write for selector reference pool.Fariborz Jahanian
2010-07-22Allow loading declcontext information from any file in the chain. Properly wr...Sebastian Redl
2010-07-16Add a little more data to chained PCHs. WIPSebastian Redl
2010-07-14Add a callback interface that allows interested parties to get notified whene...Sebastian Redl
2010-07-12Fix a documentation paste-o and eliminate a useless function parameter, both ...Douglas Gregor
2010-07-12Split the normal and chained PCH writing paths and add a tiny bit of implemen...Sebastian Redl
2010-07-09When given the -chained-pch option and a previous PCH file, have the PCHWrite...Sebastian Redl
2010-07-09Introduce -f{no-}spell-checking options to enable/disableDouglas Gregor
2010-07-08Some preparatory work for chained PCH. No functionality change.Sebastian Redl
2010-07-08For TagType and TemplateSpecializationType, isDependent calculation may be in...Argyrios Kyrtzidis
2010-07-06Add to PCH missing Sema information about VTable uses and dynamic classes.Argyrios Kyrtzidis
2010-07-04Don't try to install the __[u]int128_t identifier if it is already installed ...Argyrios Kyrtzidis
2010-07-02Read/write CastExpr's CXXBaseSpecifierArray for PCH.Argyrios Kyrtzidis
2010-07-02Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis
2010-07-02Fix reading of DependentNameType.Argyrios Kyrtzidis
2010-07-02- Allow a typedef type to be read from PCH even if its decl is currently init...Argyrios Kyrtzidis
2010-06-30Support DependentSizedArrayType for PCH.Argyrios Kyrtzidis