[PATCH] D64374: [analyzer] CastValueChecker: Model casts
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 15:45:50 PDT 2019
Charusso marked an inline comment as done.
Charusso added inline comments.
================
Comment at: clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp:175
+ else*/
+ Param = CE->getArg(0);
+
----------------
This CXXMemberCallExpr business is necessary? I am not sure as I have not seen it widely used.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64374/new/
https://reviews.llvm.org/D64374
More information about the cfe-commits
mailing list