[all-commits] [llvm/llvm-project] 020ea3: [libc++] Clang-tidy enable modernize-use-nullptr. ...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Jan 16 23:22:55 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 020ea3e8d1075ab4a388ecd0d6e7a9d4cd415392
https://github.com/llvm/llvm-project/commit/020ea3e8d1075ab4a388ecd0d6e7a9d4cd415392
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. (#76659)
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