diff options
| author | Kazu Hirata <kazu@google.com> | 2025-10-26 15:20:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 15:20:00 -0700 |
| commit | 50a37c022626816614a9d7da0a69bb77045e9e05 (patch) | |
| tree | 353f0f302d2e0b959414215bd09429c6bd55bd31 /llvm/unittests/ADT/StringSwitchTest.cpp | |
| parent | 51427079f73df85716b1c63cf3a436a128b96188 (diff) | |
| download | llvm-50a37c022626816614a9d7da0a69bb77045e9e05.zip llvm-50a37c022626816614a9d7da0a69bb77045e9e05.tar.gz llvm-50a37c022626816614a9d7da0a69bb77045e9e05.tar.bz2 | |
[llvm] Migrate away from a soft-deprecated constructor of APInt (NFC) (#165164)
We have:
/// Once all uses of this constructor are migrated to other
constructors,
/// consider marking this overload ""= delete" to prevent calls from
being
/// incorrectly bound to the APInt(unsigned, uint64_t, bool)
constructor.
LLVM_ABI APInt(unsigned numBits, unsigned numWords, const uint64_t
bigVal[]);
This patch migrates away from this soft-deprecated constructor.
Diffstat (limited to 'llvm/unittests/ADT/StringSwitchTest.cpp')
0 files changed, 0 insertions, 0 deletions
