[PATCH] D155694: [NFC][analyzer] Enable implicit destructor for cfg-lifetime tests
Tomasz KamiĆski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 24 01:08:12 PDT 2023
tomasz-kaminski-sonarsource marked an inline comment as done.
tomasz-kaminski-sonarsource added inline comments.
================
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.
----------------
xazax.hun wrote:
> I have a bit hard time understanding this part.
Rewrote it, to help with clarity.
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