aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHReader.cpp
AgeCommit message (Expand)Author
2010-08-02Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f...Argyrios Kyrtzidis
2010-07-30Refactor the way PCHReader tracks whether we are in recursive loading.Argyrios Kyrtzidis
2010-07-30Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl
2010-07-28Support extended vector types in chained PCH.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-27Implement -fno-validate-pch at the -cc1 level, which suppresses mostDouglas Gregor
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-22Thread bitstream cursors all the way through the AST reading stuff. This way,...Sebastian Redl
2010-07-22Allow loading declcontext information from any file in the chain. Properly wr...Sebastian Redl
2010-07-21Allow loading macros from any file in the chain. WIPSebastian Redl
2010-07-21Promote some macro-related stuff to per-file data. Fix a cache-inefficient ne...Sebastian Redl
2010-07-21Allow loading identifiers from any file in the chain. WIPSebastian Redl
2010-07-20Apparently not every system thinks that references in pairs are as cool as I ...Sebastian Redl
2010-07-20Allow loading declarations from any file in the chain. WIPSebastian Redl
2010-07-20Allow loading types from any file in the chain. WIPSebastian Redl
2010-07-20Allow loading source locations from any file in the chain. WIPSebastian Redl
2010-07-20More work on getting PCHReader to handle multiple files. Promote SLocOffsets ...Sebastian Redl
2010-07-19Promote IdentifierOffsets to per-file data.Sebastian Redl
2010-07-19Promote DeclOffsets and TypeOffsets to per-file data.Sebastian Redl
2010-07-19Promote the identifier table to per-file data. Also, if a CHAINED_METADATA re...Sebastian Redl
2010-07-17Teach the PCH reader to load the dependency when encountering a chain metadat...Sebastian Redl
2010-07-16Separate out the initial loading of a PCH so that loading chained PCHs can re...Sebastian Redl
2010-07-16First baby steps towards PCHReader being able to keep track of multiple PCH f...Sebastian Redl
2010-07-16Add a little more data to chained PCHs. WIPSebastian Redl
2010-07-16Suppress !+Asserts warning.Daniel Dunbar
2010-07-14Add a callback interface that allows interested parties to get notified whene...Sebastian Redl
2010-07-14Pass StringRefs by value.Benjamin Kramer
2010-07-14Increase the max PCH level for declarations to 7. Add a FromPCH flag to types.Sebastian Redl
2010-07-14Make PCHReader cope with PCH files containing more than one predefines buffer.Sebastian Redl
2010-07-09Introduce -f{no-}spell-checking options to enable/disableDouglas Gregor
2010-07-08Introduce PCHReader::GetTranslationUnitDecl() and use it instead of ReadDeclR...Argyrios Kyrtzidis
2010-07-08For TagType and TemplateSpecializationType, isDependent calculation may be in...Argyrios Kyrtzidis
2010-07-07Fix broken reading of NestedNameSpecifiers from PCH.Argyrios Kyrtzidis
2010-07-07Delay passing InterestingDecls to the Consumer until when we know we are not ...Argyrios Kyrtzidis
2010-07-06Add to PCH missing Sema information about VTable uses and dynamic classes.Argyrios Kyrtzidis
2010-07-04Fix a regression of a previous commit of mine (rdar://8158953).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-02Allow reading of InjectedClassNameType from PCH even when its decl is current...Argyrios Kyrtzidis
2010-07-02Fix broken reading of member pointer from PCH.Argyrios Kyrtzidis
2010-07-02- Allow a typedef type to be read from PCH even if its decl is currently init...Argyrios Kyrtzidis
2010-07-02Fix broken reading of "#lines" from PCH.Argyrios Kyrtzidis
2010-06-30Support DependentSizedArrayType for PCH.Argyrios Kyrtzidis
2010-06-28Modify the way sub-statements are stored and retrieved from PCH.Argyrios Kyrtzidis