|
1 |
| -module DeclWithPrimitiveArgument { |
2 |
| - header "decl-with-primitive-argument.h" |
| 1 | +module ClassTemplateWithPrimitiveArgument { |
| 2 | + header "class-template-with-primitive-argument.h" |
3 | 3 | }
|
4 | 4 |
|
5 |
| -module DeclWithoutDefinition { |
6 |
| - header "decl-without-definition.h" |
| 5 | +module NotPreDefinedClassTemplate { |
| 6 | + header "not-pre-defined-class-template.h" |
7 | 7 | }
|
8 | 8 |
|
9 |
| -module DeclWithDefinition { |
10 |
| - header "decl-with-definition.h" |
| 9 | +module PartiallyPreDefinedClassTemplate { |
| 10 | + header "partially-pre-defined-class-template.h" |
11 | 11 | }
|
12 | 12 |
|
13 |
| -module DeclWithDefinitionIncludingMembers { |
14 |
| - header "decl-with-definition-including-members.h" |
| 13 | +module FullyPreDefinedClassTemplate { |
| 14 | + header "fully-pre-defined-class-template.h" |
15 | 15 | }
|
16 | 16 |
|
17 | 17 | module CanonicalTypes {
|
18 | 18 | header "canonical-types.h"
|
19 | 19 | }
|
20 | 20 |
|
21 |
| -module ExplicitSpecialization { |
22 |
| - header "explicit-specialization.h" |
| 21 | +module ExplicitClassSpecialization { |
| 22 | + header "explicit-class-specialization.h" |
23 | 23 | }
|
24 | 24 |
|
25 | 25 | module UsingDirective {
|
26 | 26 | header "using-directive.h"
|
27 | 27 | }
|
28 | 28 |
|
29 |
| -module EagerInstantiationProblems { |
30 |
| - header "eager-instantiation-problems.h" |
| 29 | +module ClassTemplateEagerInstantiationProblems { |
| 30 | + header "class-template-eager-instantiation-problems.h" |
31 | 31 | }
|
32 | 32 |
|
33 | 33 | module Mangling {
|
|
0 commit comments