[PATCH] D49715: [analyzer] CallEvent: Add partially working methods for obtaining the callee stack frame.
Artem Dergachev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 1 19:31:55 PDT 2018
NoQ added inline comments.
================
Comment at: cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:431
+ return ExprEngine::getObjectUnderConstruction(
+ getState(), {getOriginExpr(), Index}, getCalleeStackFrame()).hasValue();
+ }
----------------
Whoops, this is wrong: should say `getLocationContext()`.
Repository:
rL LLVM
https://reviews.llvm.org/D49715
More information about the llvm-commits
mailing list