[all-commits] [llvm/llvm-project] e47a22: [clang-tidy] Use nullptr instead of 0 or NULL (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Dec 31 13:54:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e47a224ccfbbfd61f31136db53768dabbb85e563
https://github.com/llvm/llvm-project/commit/e47a224ccfbbfd61f31136db53768dabbb85e563
Author: Kazu Hirata <kazu at google.com>
Date: 2021-12-31 (Fri, 31 Dec 2021)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
Log Message:
-----------
[clang-tidy] Use nullptr instead of 0 or NULL (NFC)
Identified with modernize-use-nullptr.
More information about the All-commits
mailing list