gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/unittests/Analysis/FlowSensitive/TransferTest.cpp:3577-3580
+                ASSERT_THAT(Results, ElementsAre(Pair("if_branch_1", _),
+                                                 Pair("if_branch_0", _)));
+                const Environment &Env0 = Results[1].second.Env;
+                const Environment &Env1 = Results[0].second.Env;
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128060

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to