The current clang-tidy settings work in the CI but not on all systems
outside the CI.
- The range 16...17 doesn't work when only clang-17 is installed.
- Running CMake a second time will fail.
This addresses these issues.
Paths
| Differential D144785
[libc++] Improves clang-tidy configuration. ClosedPublic Authored by Mordante on Feb 25 2023, 6:35 AM.
Details
Summary The current clang-tidy settings work in the CI but not on all systems
This addresses these issues.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 25 2023, 6:43 AM Closed by commit rG664f345cd53d: [libc++] Improves clang-tidy configuration. (authored by Mordante). · Explain WhyFeb 26 2023, 3:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 500427 libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
|