summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [modules] Properly merge visibility of class definitions that got merged whileRichard Smith2015-06-251-5/+7
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-5/+5
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-5/+5
* [modules] When determining whether a definition of a class is visible, check ...Richard Smith2015-06-201-0/+3
* [modules] Refactor and slightly simplify class definition merging.Richard Smith2015-06-201-48/+26
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-1/+3
* [modules] Merging support for enums with a local definition prior to the firstRichard Smith2015-06-181-43/+54
* [modules] Ensure that if we merge the definitions of two enumerations, thatRichard Smith2015-06-171-17/+23
* [modules] Fix typo in default argument merging.Richard Smith2015-06-171-3/+3
* [modules] Track all default template arguments for a given parameter acrossRichard Smith2015-06-101-2/+1
* [modules] Reconstruct template default argument inheritance on reload ratherRichard Smith2015-06-101-17/+44
* Refactor storage of default template arguments.Richard Smith2015-06-101-11/+24
* Allow skipping imports in the module visitor.Manuel Klimek2015-05-201-8/+39
* [AST] Put VarDeclBitfields on a dietDavid Majnemer2015-05-191-7/+9
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-15/+30
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-4/+4
* Revert file unintentionally changed in r235162.Daniel Jasper2015-04-171-1/+1
* clang-format: Add default fallback style.Daniel Jasper2015-04-171-1/+1
* [modules] When merging class definitions, make the retained definition visibleRichard Smith2015-03-271-11/+23
* [modules] Handle defining a tag with a typedef name for linkage purposes on t...Richard Smith2015-03-271-6/+5
* [Modules] Fix tiny bug where we failed to get the canonical decl whenChandler Carruth2015-03-261-1/+1
* [modules] If we reach a definition of a class for which we already have aRichard Smith2015-03-261-0/+14
* Keep track of canonical decls in Redeclarable.Manuel Klimek2015-03-251-0/+4
* [modules] Deserialize CXXCtorInitializer list for a constructor lazily.Richard Smith2015-03-241-8/+18
* [modules] Remove redundant import of lexical decls when building a lookup tableRichard Smith2015-03-231-39/+38
* Reverting 232853 and 232870 because they depend on 232793,Vince Harron2015-03-221-38/+39
* [modules] When either redecl chain merging or an update record causes us toRichard Smith2015-03-211-36/+31
* [modules] Remove temporary IdentifierInfo lookup results when we're done with...Richard Smith2015-03-201-3/+7
* [modules] Fix bug where an anonymous namespace could cause the containingRichard Smith2015-03-171-9/+18
* [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
OpenPOWER on IntegriCloud