This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Add IgnoreTypes option to modernize-use-nullptr
ClosedPublic

Authored by PiotrZSL on Aug 26 2023, 4:15 AM.

Details

Summary

New option added and configured in a way, so types
related to std::strong_ordering would be ignored.

Fixes: #63478

Diff Detail

Event Timeline

PiotrZSL created this revision.Aug 26 2023, 4:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2023, 4:15 AM
Herald added a subscriber: xazax.hun. · View Herald Transcript
PiotrZSL requested review of this revision.Aug 26 2023, 4:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2023, 4:15 AM
ccotter accepted this revision.Sep 8 2023, 8:10 PM
This revision is now accepted and ready to land.Sep 8 2023, 8:10 PM