aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHReader.cpp
AgeCommit message (Expand)Author
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
2010-06-28Fix PCH emitting/reading for template arguments that contain expressions.Argyrios Kyrtzidis
2010-06-28Fix various bugs in recent commits for C++ PCH.Argyrios Kyrtzidis
2010-06-26Implement support for -fwrapv, rdar://7221421Chris Lattner
2010-06-25Support DependentTemplateSpecializationType and ElaboratedType for PCH.Argyrios Kyrtzidis
2010-06-24Support a couple more C++ Exprs for PCH.Argyrios Kyrtzidis
2010-06-23Support C++ class template specializations and partial specializations for PCH.Argyrios Kyrtzidis
2010-06-23improve altivec vector bool/pixel support, patch by Anton YartsevChris Lattner
2010-06-22-Introduce PCHReader::ReadTemplateArgumentLoc()Argyrios Kyrtzidis
2010-06-19Initial support for reading templates from PCH.Argyrios Kyrtzidis
2010-06-19Initial support for writing templates to PCH.Argyrios Kyrtzidis
2010-06-11Split DependentNameType into two types. DependentNameType represents theJohn McCall
2010-06-02Fix undefined behavior, noticed by GCC 4.5. Patch by Dimitry Andric!Daniel Dunbar
2010-06-01Alter the ExternalASTSource interface to permit by-name lookups. PCH continu...John McCall
2010-05-19Added basic source locations to Elaborated and DependentName types.Abramo Bagnara
2010-05-15Substantially alter the design of the Objective C type AST by introducingJohn McCall
2010-05-14Revert r103770, "Added basic source locations to Elaborated and DependentNameDaniel Dunbar
2010-05-14Added basic source locations to Elaborated and DependentName types.Abramo Bagnara
2010-05-11Merged Elaborated and QualifiedName types.Abramo Bagnara
2010-05-10pchify CXXTemporary, CXXBindTemporaryExpr, and Chris Lattner
2010-05-07add PCH support for a bunch of C++ Decls, patch byChris Lattner
2010-04-23More work toward implementingFariborz Jahanian
2010-04-22Check for -fno-constant-cfstrings consistencyFariborz Jahanian
2010-04-17Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are notChandler Carruth
2010-04-09On Windows, disable the modification-time check for files used inDouglas Gregor
2010-04-06Make code-completion for Objective-C message sends to "id" work in theDouglas Gregor
2010-04-05Match MemoryBuffer API changes.Chris Lattner
2010-03-31Rename TypenameType to DependentNameType in anticipation of someDouglas Gregor
2010-03-30Remember the regparm attribute in FunctionType::ExtInfo.Rafael Espindola
2010-03-30the big refactoring bits of PR3782.Rafael Espindola
2010-03-21Keep track of the size/modification time of each file source-locationDouglas Gregor
2010-03-19Remove the capture, serialization, and deserialization of commentDouglas Gregor
2010-03-19Implement serialization and lazy deserialization of the preprocessingDouglas Gregor
2010-03-18Add bounds check in PCHReader. when reading source file entry recordTed Kremenek
2010-03-18Turn several PCH reader assertions into compiler errors, thus makingTed Kremenek
2010-03-16Fix header-search problems with precompiled headers, where theDouglas Gregor
2010-03-12Add IdentifierTable::get() overload and start using itKovarththanan Rajaratnam