aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTCommon.h
AgeCommit message (Expand)Author
2013-01-22Make getDefinitiveDeclContext() actually return a DeclContext, as oneDouglas Gregor
2013-01-21When deserializing a declaration, don't look for redeclarations if itsDouglas Gregor
2013-01-21Introduce a fast path for the ASTReader's name lookup within aDouglas Gregor
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-07-01PR13189: va_list broken with precompiled headersMeador Inge
2012-01-15When deserializing the definition of a C++ class/ObjC class/ObjCDouglas Gregor
2012-01-01Introduce the core infrastructure needed to model redeclaration chainsDouglas Gregor
2011-12-15Introduce the core infrastructure needed to model a completeDouglas Gregor
2011-08-09Migrate the serialization of ASTContext's AutoDeduceTy andDouglas Gregor
2011-04-29Add a decl update when a static data member of a class template is instantiat...Sebastian Redl
2011-04-24Fix adding an anonymous namespace in a chained PCH to a namespace from a prev...Sebastian Redl
2010-12-10It's kindof silly that ExtQuals has an ASTContext&, and we can use thatJohn McCall
2010-10-28Use the ASTMutationListener to track added template specializations in a chai...Argyrios Kyrtzidis
2010-10-24Keep track in chained PCH of implicit members that were added after the defin...Argyrios Kyrtzidis
2010-10-24Start fleshing out ASTMutationListener; notify when a tag definition is compl...Argyrios Kyrtzidis
2010-08-20Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo...Argyrios Kyrtzidis
2010-08-20Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...Argyrios Kyrtzidis