[all-commits] [llvm/llvm-project] aaec22: [clang][dataflow] Remove deprecated `ValueModel::m...
martinboehme via All-commits
all-commits at lists.llvm.org
Tue Feb 27 00:49:28 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aaec22ffbc9fb0a3b12957166ebf35a7bb2c31e0
https://github.com/llvm/llvm-project/commit/aaec22ffbc9fb0a3b12957166ebf35a7bb2c31e0
Author: martinboehme <mboehme at google.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h
M clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
Log Message:
-----------
[clang][dataflow] Remove deprecated `ValueModel::merge()` function. (#82602)
I'm not aware of any remaining overrides of this function.
While I'm here, change an outdated comment in DataflowAnalysis.h that
still
referred to `merge()`. I've made the comment more general, referring
simply to
`ValueModel`, as we shouldn't really be repeating the documentation of
that
class here anyway.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list