We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5add8b commit b67824eCopy full SHA for b67824e
llvm/include/llvm/ADT/APInt.h
@@ -154,7 +154,7 @@ class [[nodiscard]] APInt {
154
/// Once all uses of this constructor are migrated to other constructors,
155
/// consider marking this overload ""= delete" to prevent calls from being
156
/// incorrectly bound to the APInt(unsigned, uint64_t, bool) constructor.
157
- LLVM_DEPRECATED("Use other constructors of APInt", "APInt")
+ [[deprecated("Use other constructors of APInt")]]
158
LLVM_ABI APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]);
159
160
/// Construct an APInt from a string representation.
0 commit comments