[PATCH] D48204: [analyzer] Make getDerefExpr() skip cleanups.
George Karpenkov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 15 09:40:37 PDT 2018
george.karpenkov added inline comments.
================
Comment at: test/Analysis/inlining/inline-defensive-checks.cpp:93
+S *conjure();
+S *get_conjured(S _) {
+ S *s = conjure();
----------------
what is the argument doing?
Repository:
rC Clang
https://reviews.llvm.org/D48204
More information about the cfe-commits
mailing list