[PATCH] D129546: [clang][dataflow] Refactor boolean creation as a test utility.

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 12 05:57:45 PDT 2022


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


================
Comment at: clang/unittests/Analysis/FlowSensitive/TestingSupport.h:223
 
+/// Utility class for creating boolean values.
+class BoolValueManager {
----------------



================
Comment at: clang/unittests/Analysis/FlowSensitive/TestingSupport.h:224
+/// Utility class for creating boolean values.
+class BoolValueManager {
+public:
----------------
ConstraintContext, to match other ~Context types whose purpose is to own things.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129546



More information about the cfe-commits mailing list