File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 99// <ccomplex>
1010
1111// check that <ccomplex> is deprecated in C++17 and removed in C++20
12+ // When built with modules, <ccomplex> should be omitted.
1213
1314// UNSUPPORTED: c++03, c++11, c++14
15+ // UNSUPPORTED: clang-modules-build
1416
1517#include " test_macros.h"
1618
Original file line number Diff line number Diff line change 99// <ciso646>
1010
1111// check that <ciso646> is removed in C++20
12+ // When built with modules, <ciso646> should be omitted.
1213
1314// UNSUPPORTED: c++03, c++11, c++14, c++17
15+ // UNSUPPORTED: clang-modules-build
1416
1517#include " test_macros.h"
1618
Original file line number Diff line number Diff line change 99// <cstdalign>
1010
1111// check that <cstdalign> is deprecated in C++17 and removed in C++20
12+ // When built with modules, <cstdalign> should be omitted.
1213
1314// UNSUPPORTED: c++03, c++11, c++14
15+ // UNSUPPORTED: clang-modules-build
1416
1517#include " test_macros.h"
1618
Original file line number Diff line number Diff line change 99// <cstdbool>
1010
1111// check that <cstdbool> is deprecated in C++17 and removed in C++20
12+ // When built with modules, <cstdbool> should be omitted.
1213
1314// UNSUPPORTED: c++03, c++11, c++14
15+ // UNSUPPORTED: clang-modules-build
1416
1517#include " test_macros.h"
1618
Original file line number Diff line number Diff line change 99// <ctgmath>
1010
1111// check that <ctgmath> is deprecated in C++17 and removed in C++20
12+ // When built with modules, <ctgmath> should be omitted.
1213
1314// UNSUPPORTED: c++03, c++11, c++14
15+ // UNSUPPORTED: clang-modules-build
1416
1517#include " test_macros.h"
1618
You can’t perform that action at this time.
0 commit comments