[PATCH] D45774: [analyzer] cover more cases where a Loc can be bound to constants
Rafael Stahl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 18 08:47:02 PDT 2018
r.stahl added a comment.
Not sure how to proceed about these:
- CXXDynamicCastExpr: I don't think evalCast would handle this correctly, does it?
- ObjCBridgedCastExpr: I don't know ObjectiveC
- CastKinds for floating point: Floats cannot yet be handled by the analyzer, right?
Repository:
rC Clang
https://reviews.llvm.org/D45774
More information about the cfe-commits
mailing list