diff options
author | AMS21 <AMS21.github@gmail.com> | 2023-04-04 06:38:40 +0000 |
---|---|---|
committer | Piotr Zegar <me@piotrzegar.pl> | 2023-04-04 07:20:25 +0000 |
commit | 25956d55d02489964428ab5f55e609ff16c6632d (patch) | |
tree | 21379e2ffb952a47f4f99e1cf200fac09076112f /clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp | |
parent | 3afe3dbfa0157608aa1d058f6be28e0060aaf9c6 (diff) | |
download | llvm-25956d55d02489964428ab5f55e609ff16c6632d.zip llvm-25956d55d02489964428ab5f55e609ff16c6632d.tar.gz llvm-25956d55d02489964428ab5f55e609ff16c6632d.tar.bz2 |
[clang-tidy] Allow bugprone-unchecked-optional-access to handle calls to `std::forward`
The check now understands that calling `std::forward`
will not modify the underlying optional value.
This fixes llvm#59705
Reviewed By: PiotrZSL
Differential Revision: https://reviews.llvm.org/D147383
Diffstat (limited to 'clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp')
0 files changed, 0 insertions, 0 deletions