[PATCH] D27091: Add the way to extract SVals of arguments used in a call for a given StackFrameCtx
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 30 00:23:11 PST 2016
NoQ added a comment.
Hmm, i'm thinking of just the opposite - refactor the CallEvent methods to use the respective new ProgramState methods.
This way we'd avoid touching the CallEvent allocator for a simple Environment lookup, while still avoiding code duplication.
https://reviews.llvm.org/D27091
More information about the cfe-commits
mailing list