[PATCH] D116022: [clang][dataflow] Add support for noreturn destructor calls

Stanislav Gatev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 22 23:27:28 PST 2021


sgatev marked an inline comment as done.
sgatev added inline comments.


================
Comment at: clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp:196
+
+class VirtualDestructorTest : public ::testing::Test {
+protected:
----------------
gribozavr2 wrote:
> DYM "Noreturn" instead of "Virtual"?
Right. Renamed it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116022



More information about the cfe-commits mailing list