[all-commits] [llvm/llvm-project] 275708: [clang][dataflow][NFC] Delete unused function. (#6...
martinboehme via All-commits
all-commits at lists.llvm.org
Mon Sep 11 00:55:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2757085e90823431cbaf96e5cc93cf7a73b8bdbd
https://github.com/llvm/llvm-project/commit/2757085e90823431cbaf96e5cc93cf7a73b8bdbd
Author: martinboehme <mboehme at google.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
Log Message:
-----------
[clang][dataflow][NFC] Delete unused function. (#65602)
I'm not sure why we had this originally, but the function seems to have
a pretty
onerous contract anyway for a function that is externally available, so
it seems
better not to keep it around.
More information about the All-commits
mailing list