[all-commits] [llvm/llvm-project] c441f6: [clang][dataflow] Add (initial) debug printing for...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Thu Jan 19 06:33:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c441f65f9183a4d1d7f5ecc63b4e32a42e09367e
https://github.com/llvm/llvm-project/commit/c441f65f9183a4d1d7f5ecc63b4e32a42e09367e
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
M clang/include/clang/Analysis/FlowSensitive/Value.h
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
M clang/lib/Analysis/FlowSensitive/Value.cpp
Log Message:
-----------
[clang][dataflow] Add (initial) debug printing for `Value` and `Environment`.
Also adds uses of the new printing in analysis inner loop.
Differential Revision: https://reviews.llvm.org/D141716
More information about the All-commits
mailing list