[all-commits] [llvm/llvm-project] e79153: [clang][dataflow] Remove RecordValue.getLog() usag...
Kinuko Yasuda via All-commits
all-commits at lists.llvm.org
Tue Sep 12 02:25:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e791535b1333898abef0d30cbccce8c788006414
https://github.com/llvm/llvm-project/commit/e791535b1333898abef0d30cbccce8c788006414
Author: Kinuko Yasuda <kinuko at chromium.org>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M clang/lib/Analysis/FlowSensitive/HTMLLogger.cpp
Log Message:
-----------
[clang][dataflow] Remove RecordValue.getLog() usage in HTMLLogger (#65645)
We can dump the same information from RecordStorageLocation.
Tested the behavior before and after patch, that generates the field
values in the HTML
in both cases (and also made sure that removing the relevant code makes
the field values
in the HTML go away)
More information about the All-commits
mailing list