summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the way PCHReader tracks whether we are in recursive loading.Argyrios Kyrtzidis2010-07-301-21/+15
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-301-6/+23
* Support extended vector types in chained PCH.Sebastian Redl2010-07-281-5/+6
* Record macros in dependent PCHs. Also add various info tables to dependent PC...Sebastian Redl2010-07-271-1/+2
* Update the list of lexical decls in the TU for chained PCHs. This makes -ast-...Sebastian Redl2010-07-271-0/+10
* Implement -fno-validate-pch at the -cc1 level, which suppresses mostDouglas Gregor2010-07-271-12/+16
* - Fix recording of offsets of types in dependent PCHs.Sebastian Redl2010-07-271-22/+7
* Add source location information to C++ base specifiers.Nick Lewycky2010-07-261-3/+4
* Make declarations in the dependent PCH visible, for C at least.Sebastian Redl2010-07-231-0/+4
* PCH read/write for selector reference pool.Fariborz Jahanian2010-07-231-0/+21
* Thread bitstream cursors all the way through the AST reading stuff. This way,...Sebastian Redl2010-07-221-23/+30
* Allow loading declcontext information from any file in the chain. Properly wr...Sebastian Redl2010-07-221-61/+81
* Allow loading macros from any file in the chain. WIPSebastian Redl2010-07-211-70/+89
* Promote some macro-related stuff to per-file data. Fix a cache-inefficient ne...Sebastian Redl2010-07-211-40/+44
* Allow loading identifiers from any file in the chain. WIPSebastian Redl2010-07-211-6/+17
* Apparently not every system thinks that references in pairs are as cool as I ...Sebastian Redl2010-07-201-2/+2
* Allow loading declarations from any file in the chain. WIPSebastian Redl2010-07-201-2/+2
* Allow loading types from any file in the chain. WIPSebastian Redl2010-07-201-9/+24
* Allow loading source locations from any file in the chain. WIPSebastian Redl2010-07-201-2/+21
* More work on getting PCHReader to handle multiple files. Promote SLocOffsets ...Sebastian Redl2010-07-201-53/+71
* Promote IdentifierOffsets to per-file data.Sebastian Redl2010-07-191-12/+12
* Promote DeclOffsets and TypeOffsets to per-file data.Sebastian Redl2010-07-191-10/+21
* Promote the identifier table to per-file data. Also, if a CHAINED_METADATA re...Sebastian Redl2010-07-191-21/+30
* Teach the PCH reader to load the dependency when encountering a chain metadat...Sebastian Redl2010-07-171-77/+86
* Separate out the initial loading of a PCH so that loading chained PCHs can re...Sebastian Redl2010-07-161-32/+51
* First baby steps towards PCHReader being able to keep track of multiple PCH f...Sebastian Redl2010-07-161-19/+47
* Add a little more data to chained PCHs. WIPSebastian Redl2010-07-161-2/+3
* Suppress !+Asserts warning.Daniel Dunbar2010-07-161-0/+1
* Add a callback interface that allows interested parties to get notified whene...Sebastian Redl2010-07-141-8/+17
* Pass StringRefs by value.Benjamin Kramer2010-07-141-1/+1
* Increase the max PCH level for declarations to 7. Add a FromPCH flag to types.Sebastian Redl2010-07-141-1/+3
* Make PCHReader cope with PCH files containing more than one predefines buffer.Sebastian Redl2010-07-141-35/+116
* Introduce -f{no-}spell-checking options to enable/disableDouglas Gregor2010-07-091-0/+1
* Introduce PCHReader::GetTranslationUnitDecl() and use it instead of ReadDeclR...Argyrios Kyrtzidis2010-07-081-1/+8
* For TagType and TemplateSpecializationType, isDependent calculation may be in...Argyrios Kyrtzidis2010-07-081-10/+22
* Fix broken reading of NestedNameSpecifiers from PCH.Argyrios Kyrtzidis2010-07-071-1/+1
* Delay passing InterestingDecls to the Consumer until when we know we are not ...Argyrios Kyrtzidis2010-07-071-6/+17
* Add to PCH missing Sema information about VTable uses and dynamic classes.Argyrios Kyrtzidis2010-07-061-0/+36
* Fix a regression of a previous commit of mine (rdar://8158953).Argyrios Kyrtzidis2010-07-041-2/+2
* Don't try to install the __[u]int128_t identifier if it is already installed ...Argyrios Kyrtzidis2010-07-041-0/+3
* Read/write CastExpr's CXXBaseSpecifierArray for PCH.Argyrios Kyrtzidis2010-07-021-0/+10
* Fully read/write CXXRecordDecl for PCH.Argyrios Kyrtzidis2010-07-021-0/+11
* Fix reading of DependentNameType.Argyrios Kyrtzidis2010-07-021-1/+2
* Allow reading of InjectedClassNameType from PCH even when its decl is current...Argyrios Kyrtzidis2010-07-021-1/+4
* Fix broken reading of member pointer from PCH.Argyrios Kyrtzidis2010-07-021-1/+1
* - Allow a typedef type to be read from PCH even if its decl is currently init...Argyrios Kyrtzidis2010-07-021-5/+12
* Fix broken reading of "#lines" from PCH.Argyrios Kyrtzidis2010-07-021-2/+3
* Support DependentSizedArrayType for PCH.Argyrios Kyrtzidis2010-06-301-0/+17
* Modify the way sub-statements are stored and retrieved from PCH.Argyrios Kyrtzidis2010-06-281-56/+15
* Fix PCH emitting/reading for template arguments that contain expressions.Argyrios Kyrtzidis2010-06-281-15/+52
OpenPOWER on IntegriCloud