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

Joshua Cranmer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 19 15:05:16 PDT 2019


jcranmer-intel updated this revision to Diff 215999.
jcranmer-intel added a comment.

I think there are use cases for having a callgraph that errs on the side of adding edges that might not exist, but I'm happy enough to leave that for a later patch.

This does remind me that we need a real clang IR that we can leverage for this sort of thing.


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

https://reviews.llvm.org/D65453

Files:
  clang/include/clang/Analysis/CallGraph.h
  clang/lib/Analysis/CallGraph.cpp
  clang/test/Analysis/cxx-callgraph.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65453.215999.patch
Type: text/x-patch
Size: 3197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190819/1cbd292b/attachment.bin>


More information about the cfe-commits mailing list