[PATCH] D129547: [clang][dataflow] Generate readable form of boolean values for debugging purposes.

weiyi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 12 03:26:57 PDT 2022


wyt updated this revision to Diff 443905.
wyt added a comment.

Extract recursion into boolean subvalues into separate statements to enforce order of evaluation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129547

Files:
  clang/docs/tools/clang-formatted-files.txt
  clang/include/clang/Analysis/FlowSensitive/DebugSupport.h
  clang/lib/Analysis/FlowSensitive/CMakeLists.txt
  clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
  clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
  clang/unittests/Analysis/FlowSensitive/DebugSupportTest.cpp
  llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129547.443905.patch
Type: text/x-patch
Size: 12705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220712/434b47c6/attachment.bin>


More information about the cfe-commits mailing list