summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix various bugs in recent commits for C++ PCH.Argyrios Kyrtzidis2010-06-281-2/+5
* Implement support for -fwrapv, rdar://7221421Chris Lattner2010-06-261-8/+6
* Support DependentTemplateSpecializationType and ElaboratedType for PCH.Argyrios Kyrtzidis2010-06-251-9/+19
* Support a couple more C++ Exprs for PCH.Argyrios Kyrtzidis2010-06-241-0/+8
* Support C++ class template specializations and partial specializations for PCH.Argyrios Kyrtzidis2010-06-231-5/+31
* improve altivec vector bool/pixel support, patch by Anton YartsevChris Lattner2010-06-231-5/+5
* -Introduce PCHReader::ReadTemplateArgumentLoc()Argyrios Kyrtzidis2010-06-221-0/+7
* Initial support for reading templates from PCH.Argyrios Kyrtzidis2010-06-191-6/+87
* Initial support for writing templates to PCH.Argyrios Kyrtzidis2010-06-191-0/+8
* Split DependentNameType into two types. DependentNameType represents theJohn McCall2010-06-111-0/+12
* Fix undefined behavior, noticed by GCC 4.5. Patch by Dimitry Andric!Daniel Dunbar2010-06-021-2/+3
* Alter the ExternalASTSource interface to permit by-name lookups. PCH continu...John McCall2010-06-011-16/+27
* Added basic source locations to Elaborated and DependentName types.Abramo Bagnara2010-05-191-1/+4
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-14/+12
* Revert r103770, "Added basic source locations to Elaborated and DependentNameDaniel Dunbar2010-05-141-2/+1
* Added basic source locations to Elaborated and DependentName types.Abramo Bagnara2010-05-141-1/+2
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-6/+5
* pchify CXXTemporary, CXXBindTemporaryExpr, and Chris Lattner2010-05-101-0/+6
* add PCH support for a bunch of C++ Decls, patch byChris Lattner2010-05-071-0/+45
* More work toward implementingFariborz Jahanian2010-04-231-6/+5
* Check for -fno-constant-cfstrings consistencyFariborz Jahanian2010-04-221-0/+3
* Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are notChandler Carruth2010-04-171-0/+2
* On Windows, disable the modification-time check for files used inDouglas Gregor2010-04-091-2/+8
* Make code-completion for Objective-C message sends to "id" work in theDouglas Gregor2010-04-061-0/+8
* Match MemoryBuffer API changes.Chris Lattner2010-04-051-3/+2
OpenPOWER on IntegriCloud