[Lldb-commits] [lldb] [llvm] [polly] [ADT] Deprecate a soft-deprecated APInt constructor (PR #166314)
Kazu Hirata via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 4 06:53:25 PST 2025
================
@@ -154,6 +154,7 @@ class [[nodiscard]] APInt {
/// 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_DEPRECATED("Use other constructors of APInt", "APInt")
----------------
kazutakahirata wrote:
Fixed. Thanks!
https://github.com/llvm/llvm-project/pull/166314
More information about the lldb-commits
mailing list