[PATCH] D129547: [clang][dataflow] Generate readable form of boolean values for debugging purposes.
Gábor Horváth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 08:55:39 PDT 2022
xazax.hun accepted this revision.
xazax.hun added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/Analysis/FlowSensitive/DebugSupport.cpp:28
+
+class DebugStringGenerator {
+public:
----------------
This class could be in anonymous namespace.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129547/new/
https://reviews.llvm.org/D129547
More information about the llvm-commits
mailing list