[all-commits] [llvm/llvm-project] d933ad: [APInt] Stop using soft-deprecated constructors an...
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Oct 4 01:38:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d933adeaca7b9c2aa27e7ca35f7dd4ccc6b5985d
https://github.com/llvm/llvm-project/commit/d933adeaca7b9c2aa27e7ca35f7dd4ccc6b5985d
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/AST/OpenMPClause.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/Lex/LiteralSupport.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
M clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list