[PATCH] D34275: [analyzer] Re-implemente current virtual calls checker in a path-sensitive way
wangxin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 20 09:01:46 PDT 2017
wangxindsb marked 5 inline comments as done.
wangxindsb added inline comments.
================
Comment at: VirtualCallChecker.cpp:260
+ if (SFC->inTopFrame()) {
+ const FunctionDecl *FD = SFC->getDecl()->getAsFunction();
+ if (!FD)
----------------
xazax.hun wrote:
> The formatting seems to be off here I recommend using clang format.
Sorry, can you explain what this means?
https://reviews.llvm.org/D34275
More information about the cfe-commits
mailing list