[all-commits] [llvm/llvm-project] 9940fa: [clang][dataflow][NFC] Remove `SkipPast` parameter...
martinboehme via All-commits
all-commits at lists.llvm.org
Mon May 8 00:11:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9940fac7539597c08f03381527011e1280cd7489
https://github.com/llvm/llvm-project/commit/9940fac7539597c08f03381527011e1280cd7489
Author: Martin Braenne <mboehme at google.com>
Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/unittests/Analysis/FlowSensitive/DataflowEnvironmentTest.cpp
M clang/unittests/Analysis/FlowSensitive/SignAnalysisTest.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
M clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp
Log Message:
-----------
[clang][dataflow][NFC] Remove `SkipPast` parameter from `getStorageLocation(const ValueDecl &).
This parameter was already a no-op, so removing it doesn't change behavior.
Depends On D149144
Reviewed By: ymandel, xazax.hun, gribozavr2
Differential Revision: https://reviews.llvm.org/D149151
More information about the All-commits
mailing list