[PATCH] D65453: Improve the accuracy of the Clang call graph analysis

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 14 13:44:23 PDT 2019


NoQ added inline comments.


================
Comment at: clang/lib/Analysis/CallGraph.cpp:93
 
   void VisitCXXConstructExpr(CXXConstructExpr *E) {
     CXXConstructorDecl *Ctor = E->getConstructor();
----------------
Yes, there it is. Where does it come from? I don't have it in master.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65453/new/

https://reviews.llvm.org/D65453





More information about the cfe-commits mailing list