summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTCommon.h
Commit message (Expand)AuthorAgeFilesLines
* Only instantiate a default argument once.John McCall2016-01-061-0/+1
* [modules] Add an assert for redeclarations that we never added to their redeclRichard Smith2015-07-271-2/+0
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-1/+2
* [modules] If we reach a definition of a class for which we already have aRichard Smith2015-03-261-1/+2
* [modules] Don't clobber a destructor's operator delete when adding another one;Richard Smith2015-03-101-0/+1
* [modules] Treat friend declarations that are lexically within a dependentRichard Smith2015-02-071-0/+19
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-1/+2
* [modules] Number anonymous declarations that are lexically within mergeableRichard Smith2014-08-281-0/+4
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [modules] When emitting an update record containing the body of a destructor,Richard Smith2014-08-071-1/+1
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-191-0/+1
* Emit an update record if we instantiate the definition of a function templateRichard Smith2014-03-221-0/+1
* Serialize and deserialize mangling numbers.Richard Smith2014-03-211-1/+3
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-201-0/+1
* Note when a decl is used in AST files.Eli Friedman2013-09-051-1/+2
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-111-1/+2
* Make getDefinitiveDeclContext() actually return a DeclContext, as oneDouglas Gregor2013-01-221-1/+1
* When deserializing a declaration, don't look for redeclarations if itsDouglas Gregor2013-01-211-0/+3
* Introduce a fast path for the ASTReader's name lookup within aDouglas Gregor2013-01-211-0/+12
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* 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