This is an archive of the discontinued LLVM Phabricator instance.

[libc++][test] Disables clang-tidy test for GCC.
ClosedPublic

Authored by Mordante on Aug 13 2022, 6:03 AM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rG3ec6900298d4: [libc++][test] Disables clang-tidy test for GCC.
Summary

Increasing the constexpr evaluation limit breaks this clang-tidy test
for GCC. As discussed in D131317 disable the test in GCC.

Diff Detail

Event Timeline

Mordante created this revision.Aug 13 2022, 6:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 13 2022, 6:03 AM
Mordante requested review of this revision.Aug 13 2022, 6:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 13 2022, 6:03 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Aug 13 2022, 6:19 AM

LGTM with CI passing.

This revision is now accepted and ready to land.Aug 13 2022, 6:19 AM
This revision was landed with ongoing or failed builds.Aug 14 2022, 4:39 AM
This revision was automatically updated to reflect the committed changes.