[all-commits] [llvm/llvm-project] fb7cf9: Use nullptr instead of 0 or NULL (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Jan 7 10:17:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb7cf90071da733e138ae6d39a0dd7efc96438f2
https://github.com/llvm/llvm-project/commit/fb7cf90071da733e138ae6d39a0dd7efc96438f2
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M llvm/include/llvm/ADT/ScopedHashTable.h
M mlir/include/mlir/IR/Diagnostics.h
M polly/include/polly/CodeGen/LoopGenerators.h
M polly/include/polly/ScopPass.h
M polly/lib/CodeGen/LoopGeneratorsKMP.cpp
M polly/lib/External/isl/include/isl/isl-noexceptions.h
Log Message:
-----------
Use nullptr instead of 0 or NULL (NFC)
Identified with modernize-use-nullptr.
More information about the All-commits
mailing list