summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/submodules-merge-defs/defs.h
Commit message (Expand)AuthorAgeFilesLines
* Allow non-defining declarations of class template partial specializations toRichard Smith2015-12-111-0/+7
* [modules] When parsing the base specifiers of a parse-merged class, the currentRichard Smith2015-08-171-0/+7
* [modules] When loading a template specialization, re-canonicalize its templateRichard Smith2015-08-091-0/+13
* [modules] Make IndirectFieldDecl mergeable to avoid lookup ambiguity when the...Richard Smith2015-08-041-0/+8
* [modules] When performing redeclaration lookup for a using declaration, preferRichard Smith2015-07-291-0/+6
* [modules] Fix merging support for forward-declared enums with fixed underlyin...Richard Smith2015-07-081-0/+3
* [modules] Merging support for specializations of a function template. This veryRichard Smith2015-07-011-0/+8
* [modules] Don't make out-of-line member specializations of an instantiatedRichard Smith2015-07-011-1/+3
* [modules] Skip trailing attributes when skipping a class definition during pa...Richard Smith2015-07-011-0/+4
* [modules] Don't require the 'inline' specifier when merging an inline function;Richard Smith2015-07-011-0/+6
* [modules] Fix typo in default argument merging.Richard Smith2015-06-171-0/+2
* [modules] Fix merging of default template arguments onto friend templates.Richard Smith2015-06-161-0/+11
* [modules] Better support for redefinitions of an entity from the same module.Richard Smith2015-06-151-1/+1
* [modules] Apply name visibility rules to names found by ADL.Richard Smith2015-06-121-0/+6
* [modules] Fix crash with multiple levels of default template argument merging.Richard Smith2015-06-111-0/+1
* [modules] Fix assert/crash when parsing and merging a definition of a class w...Richard Smith2015-06-111-3/+3
* [modules] Fix a few places where merging wasn't performed if modules was disa...Richard Smith2015-06-111-0/+8
* [modules] Support merging a parsed default argument with an imported hidden o...Richard Smith2015-05-201-1/+2
* [modules] Support merging a parsed default function/template argument with an...Richard Smith2015-05-201-0/+2
* [modules] Support for merging a parsed definition of a static data member of ...Richard Smith2015-05-191-0/+2
* [modules] Support for merging a parsed class template specialization definiti...Richard Smith2015-05-181-0/+5
* [modules] Suport for merging a parsed enum definition into an existing import...Richard Smith2015-05-071-0/+7
* [modules] Allow a function template definition if we have a pre-existing but ...Richard Smith2015-03-271-0/+11
* [modules] Allow a function to be redefined if the old definition is not visible.Richard Smith2015-03-271-2/+2
* [modules] Handle defining a tag with a typedef name for linkage purposes on t...Richard Smith2015-03-271-0/+4
* [modules] Handle defining a class template on top of an existing imported-but...Richard Smith2015-03-271-1/+11
* [modules] If we reach a definition of a class for which we already have aRichard Smith2015-03-261-0/+6
OpenPOWER on IntegriCloud