[all-commits] [llvm/llvm-project] b28cb6: [libc++] Clang-tidy enable modernize-use-nullptr.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sun Dec 31 06:02:11 PST 2023
Branch: refs/heads/users/mordante/clang-tidy_modernize-use-nullptr
Home: https://github.com/llvm/llvm-project
Commit: b28cb6581a371eee5e1f06da2b4d3711b501aee3
https://github.com/llvm/llvm-project/commit/b28cb6581a371eee5e1f06da2b4d3711b501aee3
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-12-31 (Sun, 31 Dec 2023)
Changed paths:
M libcxx/.clang-tidy
M libcxx/include/__atomic/is_always_lock_free.h
M libcxx/include/locale
Log Message:
-----------
[libc++] Clang-tidy enable modernize-use-nullptr.
Clang-tidy 18 no longer has false positives with the spaceship operator.
Note that I'm quite sure there are more occurrences in our headers that
are not caught.
More information about the All-commits
mailing list