Make some static class members constexpr
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 22 Apr 2020 10:09:37 +0000 (12:09 +0200)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 22 Apr 2020 10:25:01 +0000 (12:25 +0200)
commitb198f1f86ce09b86825dd6d80de2c72a617e27f7
tree6576b4d646a2e222fce01f98cf45a401b24896e0
parent2bf56743172c536b201a6f68b497694253236bd4
Make some static class members constexpr

This allows them to be ODR used in C++17 mode. NFC.
14 files changed:
llvm/include/llvm/ADT/APFloat.h
llvm/include/llvm/ADT/APInt.h
llvm/include/llvm/ADT/Hashing.h
llvm/include/llvm/ADT/SparseMultiSet.h
llvm/include/llvm/ADT/StringRef.h
llvm/include/llvm/Support/BranchProbability.h
llvm/include/llvm/Support/Error.h
llvm/include/llvm/Support/ErrorOr.h
llvm/include/llvm/Support/ScaledNumber.h
llvm/include/llvm/Support/circular_raw_ostream.h
llvm/include/llvm/Support/raw_ostream.h
llvm/lib/Support/BranchProbability.cpp
llvm/lib/Support/StringRef.cpp
llvm/lib/Support/raw_ostream.cpp