[PATCH] D72380: [DataFlow] Factor two worklist implementations out
Matthias Gehre via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 8 11:55:13 PST 2020
mgehre added inline comments.
================
Comment at: clang/include/clang/Analysis/FlowSensitive/DataflowWorklist.h:20
+namespace clang {
+template <typename Comp, unsigned QueueSize> class DataflowWorklistBase {
+ llvm::BitVector EnqueuedBlocks;
----------------
Should this class have a bit of doxygen and a unit test?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72380/new/
https://reviews.llvm.org/D72380
More information about the cfe-commits
mailing list