[PATCH] D129547: [clang][dataflow] Generate readable form of boolean values for debugging purposes.
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 12 09:16:57 PDT 2022
gribozavr2 accepted this revision.
gribozavr2 added inline comments.
================
Comment at: clang/lib/Analysis/FlowSensitive/DebugSupport.cpp:33-34
+ explicit DebugStringGenerator(
+ llvm::DenseMap<AtomicBoolValue *, std::string> UserSpecifiedAtomNames)
+ : Counter(0), AtomNames(std::move(UserSpecifiedAtomNames)) {
+#ifndef NDEBUG
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129547/new/
https://reviews.llvm.org/D129547
More information about the cfe-commits
mailing list