summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename TypenameType to DependentNameType in anticipation of someDouglas Gregor2010-03-311-1/+1
* Remember the regparm attribute in FunctionType::ExtInfo.Rafael Espindola2010-03-301-5/+7
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-3/+4
* Keep track of the size/modification time of each file source-locationDouglas Gregor2010-03-211-5/+12
* Remove the capture, serialization, and deserialization of commentDouglas Gregor2010-03-191-13/+2
* Implement serialization and lazy deserialization of the preprocessingDouglas Gregor2010-03-191-5/+120
* Add bounds check in PCHReader. when reading source file entry recordTed Kremenek2010-03-181-0/+5
* Turn several PCH reader assertions into compiler errors, thus makingTed Kremenek2010-03-181-30/+94
* Fix header-search problems with precompiled headers, where theDouglas Gregor2010-03-161-13/+12
* Add IdentifierTable::get() overload and start using itKovarththanan Rajaratnam2010-03-121-1/+1
OpenPOWER on IntegriCloud