blob: 8c180f6432252a2256722586189e4398808594c6 [file] [log] [blame]
Bruno Cardoso Lopes0ad31822017-05-11 06:20:07 +00001// 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 Lopesf3fde7e2017-05-11 07:06:52 +00006// expected-note-re@Inputs/SameHeader/B.h:3 {{'{{.*}}C.h' included multiple times, additional include site in header from module 'X.B'}}
Bruno Cardoso Lopes0ad31822017-05-11 06:20:07 +00007// expected-note@Inputs/SameHeader/module.modulemap:6 {{X.B defined here}}
Bruno Cardoso Lopesf3fde7e2017-05-11 07:06:52 +00008// expected-note-re@redefinition-same-header.m:20 {{'{{.*}}C.h' included multiple times, additional include site here}}
Bruno Cardoso Lopesdf0ee342017-07-01 00:06:47 +00009// expected-warning@Inputs/SameHeader/C.h:9 {{typedef requires a name}}
Bruno Cardoso Lopes0ad31822017-05-11 06:20:07 +000010
Bruno Cardoso Lopes0ad31822017-05-11 06:20:07 +000011#include "A.h" // maps to a modular
12#include "C.h" // textual include