alexfh added inline comments.

================
Comment at: lib/StaticAnalyzer/Core/ExprEngine.cpp:1089-1091
+    // Yes, it may even be a multi-dimensional array.
+    while (const auto *AT = getContext().getAsArrayType(DTy))
+      DTy = AT->getElementType();
----------------
Maybe add a FIXME to model multiple destructor calls?


Repository:
  rC Clang

https://reviews.llvm.org/D46146



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to