[all-commits] [llvm/llvm-project] d3a618: [analyzer] [NFC] Implement a wrapper SValBuilder:...
Denys Petrov via All-commits
all-commits at lists.llvm.org
Tue Jun 8 00:44:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3a6181e82ca8d1c49c1bc049c07233bd8c38550
https://github.com/llvm/llvm-project/commit/d3a6181e82ca8d1c49c1bc049c07233bd8c38550
Author: Denys Petrov <dpetrov at accesssoftek.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
M clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
Log Message:
-----------
[analyzer] [NFC] Implement a wrapper SValBuilder::getCastedMemRegionVal for similar functionality on region cast
Summary: Replaced code on region cast with a function-wrapper SValBuilder::getCastedMemRegionVal. This is a next step of code refining due to suggestions in D103319.
Differential Revision: https://reviews.llvm.org/D103803
More information about the All-commits
mailing list