New option added and configured in a way, so types
related to std::strong_ordering would be ignored.
Fixes: #63478
Paths
| Differential D158928
[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 Fixes: #63478
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 8 2023, 8:10 PM
Revision Contents
Diff 553719 clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.h
clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
clang-tools-extra/clang-tidy/utils/Matchers.h
clang-tools-extra/clang-tidy/utils/Matchers.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/modernize/use-nullptr.rst
clang-tools-extra/test/clang-tidy/checkers/modernize/use-nullptr-cxx20.cpp
|