Stop using APInt constructors and methods that were soft-deprecated in
D109483. This fixes all the uses I found in clang.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110808
[APInt] Stop using soft-deprecated constructors and methods in clang. NFC. ClosedPublic Authored by foad on Sep 30 2021, 3:28 AM.
Details Summary Stop using APInt constructors and methods that were soft-deprecated in
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 30 2021, 3:28 AM This revision is now accepted and ready to land.Oct 3 2021, 5:30 PM This revision was landed with ongoing or failed builds.Oct 4 2021, 1:38 AM Closed by commit rGd933adeaca7b: [APInt] Stop using soft-deprecated constructors and methods in clang. NFC. (authored by foad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 376820 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
|