[PATCH] D155694: [NFC][analyzer] Enable implicit destructor for cfg-lifetime tests

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 21 15:55:15 PDT 2023


xazax.hun accepted this revision.
xazax.hun added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: clang/test/Analysis/lifetime-cfg-output.cpp:6
+// that has non-trivial destructor. As the behavior for such types is different
+// from ones with trivial destructor - later ends they lifetime last, we
+// should extended the test cases. 
----------------
I have a bit hard time understanding this part.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155694



More information about the cfe-commits mailing list