summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTCommon.h
Commit message (Expand)AuthorAgeFilesLines
* PR13189: va_list broken with precompiled headersMeador Inge2012-07-011-0/+2
* When deserializing the definition of a C++ class/ObjC class/ObjCDouglas Gregor2012-01-151-4/+1
* Introduce the core infrastructure needed to model redeclaration chainsDouglas Gregor2012-01-011-1/+2
* Introduce the core infrastructure needed to model a completeDouglas Gregor2011-12-151-1/+2
* Migrate the serialization of ASTContext's AutoDeduceTy andDouglas Gregor2011-08-091-1/+7
* Add a decl update when a static data member of a class template is instantiat...Sebastian Redl2011-04-291-1/+2
* Fix adding an anonymous namespace in a chained PCH to a namespace from a prev...Sebastian Redl2011-04-241-1/+2
* It's kindof silly that ExtQuals has an ASTContext&, and we can use thatJohn McCall2010-12-101-1/+1
* Use the ASTMutationListener to track added template specializations in a chai...Argyrios Kyrtzidis2010-10-281-1/+2
* Keep track in chained PCH of implicit members that were added after the defin...Argyrios Kyrtzidis2010-10-241-1/+2
* Start fleshing out ASTMutationListener; notify when a tag definition is compl...Argyrios Kyrtzidis2010-10-241-0/+4
* Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo...Argyrios Kyrtzidis2010-08-201-1/+23
* Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...Argyrios Kyrtzidis2010-08-201-0/+28
OpenPOWER on IntegriCloud