[PATCH] D144987: [clang][dataflow] Fix missed fields in field set construction.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 20 07:02:39 PDT 2023


ymandel added inline comments.


================
Comment at: clang/unittests/Analysis/FlowSensitive/DataflowEnvironmentTest.cpp:141
+     };
+     S foo();
+  )cc";
----------------
gribozavr2 wrote:
> Is `foo()` used for anything in this test?
not that I can see. looks left over from some previous version. want to remove it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144987



More information about the cfe-commits mailing list