This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix template parameter naming and enforce it through readability-identifier-naming
ClosedPublic

Authored by philnik on Jul 23 2023, 9:18 AM.

Diff Detail

Event Timeline

philnik created this revision.Jul 23 2023, 9:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2023, 9:18 AM
philnik requested review of this revision.Jul 23 2023, 9:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2023, 9:18 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik updated this revision to Diff 543325.Jul 23 2023, 1:57 PM

Try to fix CI

Mordante accepted this revision.Jul 24 2023, 10:51 AM
Mordante added a subscriber: Mordante.

Thanks a lot for working on this! Since this fixes some real bugs it would be great to get in in LLVM 17. This will be branched tomorrow during the European day.

libcxx/.clang-tidy
53–60

When it's hard to get the CI running soon then maybe undo this hunk and look at it later.

This revision is now accepted and ready to land.Jul 24 2023, 10:51 AM
philnik updated this revision to Diff 543642.Jul 24 2023, 10:58 AM

Try to fix CI