[all-commits] [llvm/llvm-project] 5e2892: [clang][dataflow][NFC] Remove last use of deprecat...
Eric Li via All-commits
all-commits at lists.llvm.org
Wed Jul 27 11:23:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e28923e332f2e738d17d35f1978df3391ee10af
https://github.com/llvm/llvm-project/commit/5e28923e332f2e738d17d35f1978df3391ee10af
Author: Eric Li <li.zhe.hua at gmail.com>
Date: 2022-07-27 (Wed, 27 Jul 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h
M clang/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h
Log Message:
-----------
[clang][dataflow][NFC] Remove last use of deprecated ctor
Use a delegating constructor to remove the last use of the deprecated
ctor of `TypeErasedDataflowAnalysis`, and then delete it.
Differential Revision: https://reviews.llvm.org/D130653
More information about the All-commits
mailing list