[PATCH] D49213: [analyzer] pr38072: Suppress an assertion failure for eliding the same destructor twice due to the default argument problem.

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 17 11:32:14 PDT 2018


george.karpenkov accepted this revision.
george.karpenkov added a comment.
This revision is now accepted and ready to land.

LGTM with a nit.



================
Comment at: test/Analysis/temporaries.cpp:472
+  for (int i = 0;;)
+    F j(i ? j : h);
+}
----------------
// no-crash?


Repository:
  rC Clang

https://reviews.llvm.org/D49213





More information about the cfe-commits mailing list