[PATCH] D129546: [clang][dataflow] Refactor boolean creation as a test utility.
Stanislav Gatev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 12 09:10:40 PDT 2022
sgatev accepted this revision.
sgatev added inline comments.
================
Comment at: clang/unittests/Analysis/FlowSensitive/TestingSupport.h:263
+private:
+ std::vector<std::unique_ptr<BoolValue>> Vals;
+};
----------------
`#include <vector>`
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