[PATCH] D48204: [analyzer] Make getDerefExpr() skip cleanups.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 15 12:19:29 PDT 2018


NoQ added inline comments.


================
Comment at: test/Analysis/inlining/inline-defensive-checks.cpp:93
+S *conjure();
+S *get_conjured(S _) {
+  S *s = conjure();
----------------
george.karpenkov wrote:
> what is the argument doing?
Causing cleanups (:


Repository:
  rC Clang

https://reviews.llvm.org/D48204





More information about the cfe-commits mailing list