summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/modularize/ProblemsDisplayLists.modularize
blob: 31be95c6b6b3cd67f5c8f76d75cec30e315dad1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RUN: not modularize -display-file-lists %S/Inputs/CompileError/module.modulemap 2>&1 | FileCheck %s

# CHECK: {{.*}}{{[/\\]}}Inputs{{[/\\]}}CompileError{{[/\\]}}HasError.h:1:9: error: unknown type name 'WithoutDep'

# CHECK: These are the files with possible errors:

# CHECK: Inputs/CompileError/HasError.h

# CHECK: These are the files with no detected errors:

# CHECK: Inputs/CompileError/Level1A.h

# CHECK: These are the combined files, with problem files preceded by #:

# CHECK: {{.*}}Inputs/CompileError/HasError.h
# CHECK: Inputs/CompileError/Level1A.h
OpenPOWER on IntegriCloud