[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
Sat Aug 19 23:38:01 PDT 2017


wangxindsb added inline comments.


================
Comment at: lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:31
+} // end namespace
+  // FIXME: Ascending over StackFrameContext maybe another method.
+
----------------
Add the FIXME


https://reviews.llvm.org/D34275





More information about the cfe-commits mailing list