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

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 5 14:51:14 PDT 2019


Szelethus added inline comments.


================
Comment at: clang/test/Analysis/new-ctor-null-throw.cpp:1-3
+// RUN: %clang_analyze_cc1 \
+// RUN:  -analyzer-checker=core,debug.ExprInspection \
+// RUN:  -std=c++11 -verify %s
----------------
Hmm, how come you removed `-analyzer-config c++-allocator-inlining=true`?


Repository:
  rC Clang

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

https://reviews.llvm.org/D62926





More information about the cfe-commits mailing list