[all-commits] [llvm/llvm-project] 060854: [clang][dataflow][NFC] Eliminate StmtToEnvMap inte...
martinboehme via All-commits
all-commits at lists.llvm.org
Tue Mar 28 01:06:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0608541aa4b5932c092251b846e7b87576e4f2d4
https://github.com/llvm/llvm-project/commit/0608541aa4b5932c092251b846e7b87576e4f2d4
Author: Martin Braenne <mboehme at google.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/Transfer.h
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
Log Message:
-----------
[clang][dataflow][NFC] Eliminate StmtToEnvMap interface.
Instead, we turn StmtToEnvMap into a concrete class with the implementation that used to live in StmtToEnvMapImpl.
The layering issue that originally required the indirection through the
`StmtToEnvMap` interface no longer exists.
Reviewed By: ymandel, xazax.hun, gribozavr2
Differential Revision: https://reviews.llvm.org/D146507
More information about the All-commits
mailing list