Bruno Cardoso Lopes | 0ad3182 | 2017-05-11 06:20:07 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t.tmp |
| 2 | // RUN: %clang_cc1 -fsyntax-only -I %S/Inputs/SameHeader -fmodules \ |
| 3 | // RUN: -fimplicit-module-maps -fmodules-cache-path=%t.tmp %s -verify |
| 4 | |
| 5 | // expected-error@Inputs/SameHeader/C.h:3 {{redefinition of 'c'}} |
Bruno Cardoso Lopes | f3fde7e | 2017-05-11 07:06:52 +0000 | [diff] [blame^] | 6 | // expected-note-re@Inputs/SameHeader/B.h:3 {{'{{.*}}C.h' included multiple times, additional include site in header from module 'X.B'}} |
Bruno Cardoso Lopes | 0ad3182 | 2017-05-11 06:20:07 +0000 | [diff] [blame] | 7 | // expected-note@Inputs/SameHeader/module.modulemap:6 {{X.B defined here}} |
Bruno Cardoso Lopes | f3fde7e | 2017-05-11 07:06:52 +0000 | [diff] [blame^] | 8 | // expected-note-re@redefinition-same-header.m:20 {{'{{.*}}C.h' included multiple times, additional include site here}} |
Bruno Cardoso Lopes | 0ad3182 | 2017-05-11 06:20:07 +0000 | [diff] [blame] | 9 | |
| 10 | // expected-error@Inputs/SameHeader/C.h:5 {{redefinition of 'aaa'}} |
Bruno Cardoso Lopes | f3fde7e | 2017-05-11 07:06:52 +0000 | [diff] [blame^] | 11 | // expected-note-re@Inputs/SameHeader/B.h:3 {{'{{.*}}C.h' included multiple times, additional include site in header from module 'X.B'}} |
Bruno Cardoso Lopes | 0ad3182 | 2017-05-11 06:20:07 +0000 | [diff] [blame] | 12 | // expected-note@Inputs/SameHeader/module.modulemap:6 {{X.B defined here}} |
Bruno Cardoso Lopes | f3fde7e | 2017-05-11 07:06:52 +0000 | [diff] [blame^] | 13 | // expected-note-re@redefinition-same-header.m:20 {{'{{.*}}C.h' included multiple times, additional include site here}} |
Bruno Cardoso Lopes | 0ad3182 | 2017-05-11 06:20:07 +0000 | [diff] [blame] | 14 | |
| 15 | // expected-error@Inputs/SameHeader/C.h:9 {{redefinition of 'fd_set'}} |
Bruno Cardoso Lopes | f3fde7e | 2017-05-11 07:06:52 +0000 | [diff] [blame^] | 16 | // expected-note-re@Inputs/SameHeader/B.h:3 {{'{{.*}}C.h' included multiple times, additional include site in header from module 'X.B'}} |
Bruno Cardoso Lopes | 0ad3182 | 2017-05-11 06:20:07 +0000 | [diff] [blame] | 17 | // expected-note@Inputs/SameHeader/module.modulemap:6 {{X.B defined here}} |
Bruno Cardoso Lopes | f3fde7e | 2017-05-11 07:06:52 +0000 | [diff] [blame^] | 18 | // expected-note-re@redefinition-same-header.m:20 {{'{{.*}}C.h' included multiple times, additional include site here}} |
Bruno Cardoso Lopes | 0ad3182 | 2017-05-11 06:20:07 +0000 | [diff] [blame] | 19 | #include "A.h" // maps to a modular |
| 20 | #include "C.h" // textual include |