[PATCH] D159284: [clang][dataflow] Fix Record initialization with InitListExpr and inheritances

Kinuko Yasuda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 31 07:37:04 PDT 2023


kinu added inline comments.


================
Comment at: clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp:131
+    // initialized with InitListExpr.
     assert(&RecordVal1->getLoc() == &RecordVal2->getLoc());
 
----------------
Note, this hits regardless of my change, but not very often.  I haven't looked into details yet


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159284



More information about the cfe-commits mailing list