[all-commits] [llvm/llvm-project] 527a7f: [libc++] Replace several uses of 0 by nullptr
Bruce Mitchener via All-commits
all-commits at lists.llvm.org
Fri Nov 27 07:00:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 527a7fdfbd7461e2aaa9eb279543c5d9dc8efa5a
https://github.com/llvm/llvm-project/commit/527a7fdfbd7461e2aaa9eb279543c5d9dc8efa5a
Author: Bruce Mitchener <bruce.mitchener at gmail.com>
Date: 2020-11-27 (Fri, 27 Nov 2020)
Changed paths:
M libcxx/include/__locale
M libcxx/include/__sso_allocator
M libcxx/include/__string
M libcxx/include/__threading_support
M libcxx/include/algorithm
M libcxx/include/bitset
M libcxx/include/chrono
M libcxx/include/fstream
M libcxx/include/functional
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/iterator
M libcxx/include/locale
M libcxx/include/memory
M libcxx/include/regex
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/string
M libcxx/include/strstream
M libcxx/include/system_error
M libcxx/include/valarray
M libcxx/src/new.cpp
M libcxxabi/src/stdlib_new_delete.cpp
Log Message:
-----------
[libc++] Replace several uses of 0 by nullptr
Differential Revision: https://reviews.llvm.org/D43159
More information about the All-commits
mailing list