[all-commits] [llvm/llvm-project] 1e9cd0: [clang][dataflow] Refactor boolean creation as a t...
weiyi via All-commits
all-commits at lists.llvm.org
Wed Jul 13 03:35:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e9cd04d7ba67c48a783bde217f97ea6679053e4
https://github.com/llvm/llvm-project/commit/1e9cd04d7ba67c48a783bde217f97ea6679053e4
Author: Wei Yi Tee <wyt at google.com>
Date: 2022-07-13 (Wed, 13 Jul 2022)
Changed paths:
M clang/unittests/Analysis/FlowSensitive/SolverTest.cpp
Log Message:
-----------
[clang][dataflow] Refactor boolean creation as a test utility.
Differential Revision: https://reviews.llvm.org/D129546
Commit: c9666d2339e5e11fa4f2de2e0294948b871c50ab
https://github.com/llvm/llvm-project/commit/c9666d2339e5e11fa4f2de2e0294948b871c50ab
Author: Wei Yi Tee <wyt at google.com>
Date: 2022-07-13 (Wed, 13 Jul 2022)
Changed paths:
M clang/docs/tools/clang-formatted-files.txt
A clang/include/clang/Analysis/FlowSensitive/DebugSupport.h
M clang/lib/Analysis/FlowSensitive/CMakeLists.txt
A clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
M clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
A clang/unittests/Analysis/FlowSensitive/DebugSupportTest.cpp
M llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
Log Message:
-----------
[clang][dataflow] Generate readable form of boolean values.
Differential Revision: https://reviews.llvm.org/D129547
Compare: https://github.com/llvm/llvm-project/compare/ecb14fd87207...c9666d2339e5
More information about the All-commits
mailing list