[PATCH] D50616: [Fixed Point Arithmetic] FixedPointCast

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 22 01:41:37 PDT 2018


a.sidorin added subscribers: NoQ, a.sidorin.
a.sidorin added a comment.

Accidentally noticed about this review via cfe-commits. @NoQ, the change in the ExprEngine looks a bit dangerous to me. Could you please check?



================
Comment at: lib/StaticAnalyzer/Core/ExprEngineC.cpp:419
+      case CK_LValueBitCast:
+      case CK_FixedPointCast: {
         state =
----------------
Should we consider this construction as unsupported rather than supported as a normal cast?


Repository:
  rC Clang

https://reviews.llvm.org/D50616





More information about the cfe-commits mailing list