[libcxx-commits] [PATCH] D43159: Modernize: Use nullptr more.
Bruce Mitchener via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 1 10:21:19 PDT 2019
brucem updated this revision to Diff 202562.
brucem added a comment.
More nullptr-ification.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D43159/new/
https://reviews.llvm.org/D43159
Files:
include/__functional_03
include/__functional_base
include/__locale
include/__sso_allocator
include/__string
include/__threading_support
include/algorithm
include/bitset
include/chrono
include/deque
include/exception
include/fstream
include/functional
include/ios
include/istream
include/iterator
include/list
include/locale
include/memory
include/queue
include/random
include/regex
include/sstream
include/stack
include/streambuf
include/string
include/strstream
include/system_error
include/type_traits
include/valarray
include/vector
src/ios.cpp
src/locale.cpp
src/new.cpp
src/thread.cpp
test/std/iterators/iterator.primitives/iterator.traits/empty.pass.cpp
test/std/numerics/complex.number/cmplx.over/arg.pass.cpp
test/std/numerics/complex.number/cmplx.over/conj.pass.cpp
test/std/numerics/complex.number/cmplx.over/imag.pass.cpp
test/std/numerics/complex.number/cmplx.over/norm.pass.cpp
test/std/numerics/complex.number/cmplx.over/pow.pass.cpp
test/std/numerics/complex.number/cmplx.over/proj.pass.cpp
test/std/numerics/complex.number/cmplx.over/real.pass.cpp
test/std/utilities/function.objects/arithmetic.operations/transparent.pass.cpp
test/std/utilities/function.objects/bitwise.operations/transparent.pass.cpp
test/std/utilities/function.objects/comparisons/transparent.pass.cpp
test/std/utilities/function.objects/logical.operations/transparent.pass.cpp
test/std/utilities/function.objects/refwrap/weak_result.pass.cpp
test/support/deleter_types.h
test/support/test_allocator.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43159.202562.patch
Type: text/x-patch
Size: 114547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190601/72f40bf3/attachment-0001.bin>
More information about the libcxx-commits
mailing list