This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Improves clang-tidy configuration.
ClosedPublic

Authored by Mordante on Feb 25 2023, 6:35 AM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rG664f345cd53d: [libc++] Improves clang-tidy configuration.
Summary

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.

Diff Detail

Event Timeline

Mordante created this revision.Feb 25 2023, 6:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2023, 6:35 AM
Mordante requested review of this revision.Feb 25 2023, 6:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2023, 6:35 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Feb 25 2023, 6:43 AM

Thanks! LGTM with green CI.

This revision is now accepted and ready to land.Feb 25 2023, 6:43 AM
This revision was automatically updated to reflect the committed changes.