[PATCH] D157385: [clang][CFG] Cleanup functions

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 23 05:31:33 PDT 2023


aaronpuchert added a comment.

Looks good to me, but let's wait for the CFG maintainers to approve it.



================
Comment at: clang/lib/Analysis/ThreadSafety.cpp:2429
         }
+
         case CFGElement::TemporaryDtor: {
----------------
Could you remove the added line?


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

https://reviews.llvm.org/D157385



More information about the cfe-commits mailing list