[all-commits] [llvm/llvm-project] aca42e: [libc++] Clang-tidy enable modernize-use-nullptr.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Jan 16 23:22:23 PST 2024
Branch: refs/heads/users/mordante/clang-tidy_modernize-use-nullptr
Home: https://github.com/llvm/llvm-project
Commit: aca42e1aaca3475de5205ee9c9956c9ee35e6fee
https://github.com/llvm/llvm-project/commit/aca42e1aaca3475de5205ee9c9956c9ee35e6fee
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-01-17 (Wed, 17 Jan 2024)
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