aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/PCHBitCodes.h
AgeCommit message (Expand)Author
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl
2010-08-13Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keepin...Argyrios Kyrtzidis
2010-08-13Instead of modifying the ObjC AST to not modify existing declarations, teach ...Sebastian Redl
2010-08-05Store the pending implicit instantiations in the PCH and perform them at the ...Argyrios Kyrtzidis
2010-08-05Support #pragma weak for PCH.Argyrios Kyrtzidis
2010-08-03Apart from storing/retrieving the previous redeclaration from PCH, also store...Argyrios Kyrtzidis
2010-08-02Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f...Argyrios Kyrtzidis
2010-07-27Update the list of lexical decls in the TU for chained PCHs. This makes -ast-...Sebastian Redl
2010-07-27- Fix recording of offsets of types in dependent PCHs.Sebastian Redl
2010-07-23PCH read/write for selector reference pool.Fariborz Jahanian
2010-07-22Serialization is implemented, fix comments.Argyrios Kyrtzidis
2010-07-22Support C++ try/catch statements for PCH.Argyrios Kyrtzidis
2010-07-10Add PCH support for the remaining C++ exprs.Argyrios Kyrtzidis
2010-07-08Some preparatory work for chained PCH. No functionality change.Sebastian Redl
2010-07-08Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor
2010-07-07Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor
2010-07-07Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor
2010-07-06Add to PCH missing Sema information about VTable uses and dynamic classes.Argyrios Kyrtzidis
2010-07-04Don't try to install the __[u]int128_t identifier if it is already installed ...Argyrios Kyrtzidis
2010-06-30Support DependentSizedArrayType for PCH.Argyrios Kyrtzidis
2010-06-30Support ParenListExpr for PCH.Argyrios Kyrtzidis
2010-06-28Support CXXPseudoDestructorExpr for PCH.Argyrios Kyrtzidis
2010-06-28Support DependentScopeDeclRefExpr for PCH.Argyrios Kyrtzidis
2010-06-25Support DependentTemplateSpecializationType and ElaboratedType for PCH.Argyrios Kyrtzidis
2010-06-25Support UnresolvedLookupExpr for PCH.Argyrios Kyrtzidis
2010-06-25Support UnresolvedMemberExpr for PCH.Argyrios Kyrtzidis
2010-06-24Support a couple more C++ Exprs for PCH.Argyrios Kyrtzidis
2010-06-22Read/write CXXDeleteExpr from/to PCH.Argyrios Kyrtzidis
2010-06-19Initial support for writing templates to PCH.Argyrios Kyrtzidis
2010-06-05Added AccessSpecDecl node.Abramo Bagnara
2010-05-15Substantially alter the design of the Objective C type AST by introducingJohn McCall
2010-05-10pch'ify CXXNewExpr and CXXZeroInitValueExprChris Lattner
2010-05-10pchify CXXTemporary, CXXBindTemporaryExpr, and Chris Lattner
2010-05-09pch'ify default argument definitions and uses.Chris Lattner
2010-05-09pch'ify 'this' and 'throw'Chris Lattner
2010-05-09pch'ify typeid.Chris Lattner
2010-05-09pchify CXXMemberCallExpr correctly. Before it would serializeChris Lattner
2010-05-07add PCH support for a bunch of C++ Decls, patch byChris Lattner
2010-04-28Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor
2010-04-23More work toward implementingFariborz Jahanian
2010-03-19Remove the capture, serialization, and deserialization of commentDouglas Gregor
2010-03-19Implement serialization and lazy deserialization of the preprocessingDouglas Gregor
2010-03-16Fix header-search problems with precompiled headers, where theDouglas Gregor
2010-03-10Create a new InjectedClassNameType to represent bare-word references to the John McCall
2010-02-21Implement PCH support for C++ namespaces.Douglas Gregor
2010-02-12Implementing unused function warning.Tanya Lattner
2010-02-07Roll r95513 back in.Sam Weinig
2010-02-07Roll out r95513, it seems to have broken self hosting.Sam Weinig