File tree 3 files changed +2
-5
lines changed 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -998,7 +998,6 @@ constexpr chrono::year operator ""y(unsigned lo
998
998
# include < cstdint>
999
999
# include < stdexcept>
1000
1000
# include < string_view>
1001
- # include < vector>
1002
1001
#endif
1003
1002
1004
1003
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
Original file line number Diff line number Diff line change 15
15
16
16
import sys
17
17
sys .path .append (sys .argv [1 ])
18
- from libcxx .header_information import lit_header_restrictions , public_headers
18
+ from libcxx .header_information import lit_header_restrictions , lit_header_undeprecations , public_headers
19
19
20
20
for header in public_headers :
21
21
print (f"""\
30
30
// UNSUPPORTED: clang-17
31
31
32
32
{ lit_header_restrictions .get (header , '' )}
33
+ { lit_header_undeprecations .get (header , '' )}
33
34
34
35
// TODO: run clang-tidy with modules enabled once they are supported
35
36
// RUN: %{{clang-tidy}} %s --warnings-as-errors=* -header-filter=.* --checks='-*,libcpp-*' --load=%{{test-tools-dir}}/clang_tidy_checks/libcxx-tidy.plugin -- %{{compile_flags}} -fno-modules
Original file line number Diff line number Diff line change 1
- # TODO: Re-enable the tests once the CI is back under control
2
- return ()
3
-
4
1
# The find_package changes these variables. This leaves the build in an odd
5
2
# state. Calling cmake a second time tries to write site config information in
6
3
# the system's libc++. Restoring these setting after testing fixes this issue.
You can’t perform that action at this time.
0 commit comments