summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTCommon.h
Commit message (Expand)AuthorAge
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-19
* Emit an update record if we instantiate the definition of a function templateRichard Smith2014-03-22
* Serialize and deserialize mangling numbers.Richard Smith2014-03-21
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-20
* Note when a decl is used in AST files.Eli Friedman2013-09-05
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-11
* Make getDefinitiveDeclContext() actually return a DeclContext, as oneDouglas Gregor2013-01-22
* When deserializing a declaration, don't look for redeclarations if itsDouglas Gregor2013-01-21
* Introduce a fast path for the ASTReader's name lookup within aDouglas Gregor2013-01-21
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* PR13189: va_list broken with precompiled headersMeador Inge2012-07-01
* When deserializing the definition of a C++ class/ObjC class/ObjCDouglas Gregor2012-01-15
* Introduce the core infrastructure needed to model redeclaration chainsDouglas Gregor2012-01-01
* Introduce the core infrastructure needed to model a completeDouglas Gregor2011-12-15
* Migrate the serialization of ASTContext's AutoDeduceTy andDouglas Gregor2011-08-09
* Add a decl update when a static data member of a class template is instantiat...Sebastian Redl2011-04-29
* Fix adding an anonymous namespace in a chained PCH to a namespace from a prev...Sebastian Redl2011-04-24
* It's kindof silly that ExtQuals has an ASTContext&, and we can use thatJohn McCall2010-12-10
* Use the ASTMutationListener to track added template specializations in a chai...Argyrios Kyrtzidis2010-10-28
* Keep track in chained PCH of implicit members that were added after the defin...Argyrios Kyrtzidis2010-10-24
* Start fleshing out ASTMutationListener; notify when a tag definition is compl...Argyrios Kyrtzidis2010-10-24
* Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo...Argyrios Kyrtzidis2010-08-20
* Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...Argyrios Kyrtzidis2010-08-20