summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] When merging the pattern of a class template definition into a priorRichard Smith2015-03-111-0/+1
* [modules] Avoid accidentally completing the redeclaration chain when updatingRichard Smith2015-03-111-0/+4
* [modules] Don't bother looking up a declaration to merge into if we're notRichard Smith2015-03-101-1/+6
* PR21687: when adding a redeclaration of a function with an implicit exceptionRichard Smith2015-03-101-6/+15
* [modules] Don't clobber a destructor's operator delete when adding another one;Richard Smith2015-03-101-5/+17
* [modules] Rework merging of redeclaration chains on module import.Richard Smith2015-03-051-71/+29
* [modules] Avoid adding a redecl chain to the 'pending out of date' list as theRichard Smith2015-02-281-4/+34
* [modules] Deduplicate when merging lists of template specializations from imp...Richard Smith2015-02-281-8/+8
* [modules] When writing out a list of specializations for a template, if we haveRichard Smith2015-02-271-6/+0
* [modules] For an inheriting constructor, the inherited constructor is stored inRichard Smith2015-02-271-1/+2
* [modules] When loading in multiple canonical definitions of a template,Richard Smith2015-02-271-58/+43
* Make RedeclarableResult's ownership-transferring constructor be a moveRichard Smith2015-02-251-4/+4
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* [modules] When collecting declarations to complete a redeclaration chain for anRichard Smith2015-02-121-12/+18
* [modules] Treat friend declarations that are lexically within a dependentRichard Smith2015-02-071-15/+7
* [modules] If a module declares an entity and then imports another declarationRichard Smith2015-02-061-12/+29
* [modules] When using -E, we may try to merge decls despite having no SemaRichard Smith2015-02-041-0/+5
* [modules] If we already have a fake definition for one declaration of a class,Richard Smith2015-02-041-1/+2
* [modules] Be sure to load the lexical definition of a class templateRichard Smith2015-02-031-13/+22
* [modules] Sometimes we can deserialize a class member but not have yetRichard Smith2015-01-241-21/+56
* [modules] If we add an implicit special member to a class through an updateRichard Smith2015-01-221-1/+13
* [modules] If we load two declarations with typedef names for linkage purposesRichard Smith2015-01-221-4/+10
* [modules] It's possible to merge into the pattern of a class template before weRichard Smith2015-01-221-3/+7
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-4/+2
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-1/+6
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-221-2/+3
* [modules] Merging for class-scope using-declarations.Richard Smith2014-10-141-0/+68
* [modules] Delay loading the field declared with an anonymous tag declarationRichard Smith2014-10-101-1/+1
* Change how we distinguish bitfield widths, in-classJohn McCall2014-10-101-4/+5
* [modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixesRichard Smith2014-09-031-7/+14
* [modules] Fix deserialization cycle when loading a tag declaration with a typ...Richard Smith2014-08-301-49/+58
* [C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev2014-08-281-1/+8
* [modules] Number anonymous declarations that are lexically within mergeableRichard Smith2014-08-281-19/+92
* [modules] Add an assert that we properly manage the IsCompleteDefinition flagRichard Smith2014-08-271-1/+3
* [modules] Don't assert when merging virtual functions that override otherRichard Smith2014-08-261-5/+12
* [modules] Track the described template in an alias declaration that is theRichard Smith2014-08-261-5/+12
* Fix typo.Richard Smith2014-08-251-1/+1
* [modules] Fix false report of an ODR violation when merging friendRichard Smith2014-08-251-1/+3
* [modules] When merging a tag declaration that has a typedef name for linkageRichard Smith2014-08-231-7/+66
* Fix the rececl chain for redeclarations of predefined declsBen Langmuir2014-08-181-0/+2
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-4/+4
* [modules] Turn off a broken optimization: we need to pick up implicit specialRichard Smith2014-08-141-2/+5
* [modules] Don't assert if the same imported class template specializationRichard Smith2014-08-141-2/+13
* [modules] When performing a lookup into a namespace, ensure that any laterRichard Smith2014-08-131-2/+2
* [modules] Don't defer performing updates if we have incomplete redecl chains.Richard Smith2014-08-071-21/+38
* [modules] When emitting an update record containing the body of a destructor,Richard Smith2014-08-071-1/+5
* [modules] Remove IRGen special case for emitting implicit special members ifRichard Smith2014-08-011-0/+2
* Fix buildbot: work around missing GCC C++11 feature.Richard Smith2014-07-311-0/+2
* [modules] Maintain an AST invariant across module load/save: if any declarationRichard Smith2014-07-311-42/+113
OpenPOWER on IntegriCloud