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 | df0ee34 | 2017-07-01 00:06:47 +0000 | [diff] [blame] | 9 | // expected-warning@Inputs/SameHeader/C.h:9 {{typedef requires a name}} |
Bruno Cardoso Lopes | 0ad3182 | 2017-05-11 06:20:07 +0000 | [diff] [blame] | 10 | |
Bruno Cardoso Lopes | 0ad3182 | 2017-05-11 06:20:07 +0000 | [diff] [blame] | 11 | #include "A.h" // maps to a modular |
| 12 | #include "C.h" // textual include |