[all-commits] [llvm/llvm-project] 266c12: [clang][dataflow] When dumping `ExprToVal`, dump t...
martinboehme via All-commits
all-commits at lists.llvm.org
Mon Sep 4 00:38:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 266c12a1bd603fa3ecbf26a6f93621f0f8488da1
https://github.com/llvm/llvm-project/commit/266c12a1bd603fa3ecbf26a6f93621f0f8488da1
Author: Martin Braenne <mboehme at google.com>
Date: 2023-09-04 (Mon, 04 Sep 2023)
Changed paths:
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
Log Message:
-----------
[clang][dataflow] When dumping `ExprToVal`, dump the `Value`, not just its location.
This makes `ExprToVal` dumping consistent with `LocToVal` dumping.
Reviewed By: ymandel, xazax.hun
Differential Revision: https://reviews.llvm.org/D159274
More information about the All-commits
mailing list