[APInt] Stop using soft-deprecated constructors and methods in clang. NFC.
authorJay Foad <jay.foad@amd.com>
Thu, 30 Sep 2021 09:50:04 +0000 (10:50 +0100)
committerJay Foad <jay.foad@amd.com>
Mon, 4 Oct 2021 08:38:11 +0000 (09:38 +0100)
commitd933adeaca7b9c2aa27e7ca35f7dd4ccc6b5985d
tree2e2ca2b08d391664343be44ac3388c289e58ccf3
parenta9bceb2b059dc24870882a71baece895fe430107
[APInt] Stop using soft-deprecated constructors and methods in clang. NFC.

Stop using APInt constructors and methods that were soft-deprecated in
D109483. This fixes all the uses I found in clang.

Differential Revision: https://reviews.llvm.org/D110808
clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
clang/lib/AST/ExprConstant.cpp
clang/lib/AST/OpenMPClause.cpp
clang/lib/CodeGen/CGExprScalar.cpp
clang/lib/Lex/LiteralSupport.cpp
clang/lib/Sema/SemaChecking.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/StaticAnalyzer/Core/MemRegion.cpp
clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp