[all-commits] [llvm/llvm-project] d00249: [clang][dataflow] Support integral casts
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Tue Apr 5 06:56:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d002495b949c1d0d2db22605f134d722a39637fa
https://github.com/llvm/llvm-project/commit/d002495b949c1d0d2db22605f134d722a39637fa
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Support integral casts
Adds support for implicit casts `CK_IntegralCast` and `CK_IntegralToBoolean`.
Differential Revision: https://reviews.llvm.org/D123037
More information about the All-commits
mailing list