[PATCH] D62926: [analyzer] ReturnVisitor: Bypass constructing objects to see inlined calls

Csaba Dabis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 7 15:31:42 PDT 2019


Charusso updated this revision to Diff 203635.
Charusso marked 2 inline comments as done.
Charusso added a comment.

- Added `CallExpr` as being purged away
- More test


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

https://reviews.llvm.org/D62926

Files:
  clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  clang/test/Analysis/new-ctor-null-throw.cpp
  clang/test/Analysis/new-ctor-null.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62926.203635.patch
Type: text/x-patch
Size: 3732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190607/3261ec20/attachment.bin>


More information about the cfe-commits mailing list