aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authormartinboehme <mboehme@google.com>2024-03-19 12:53:50 +0100
committerGitHub <noreply@github.com>2024-03-19 12:53:50 +0100
commitd712c5ed8fab4940ae0480e01fc72a944cbb79e6 (patch)
tree02432d3a1d0aa5a33ad0bd37ba9c7d68920e2631 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent2f2f16f32bb2a6c250b19adbc229d9dc3b38640c (diff)
downloadllvm-d712c5ed8fab4940ae0480e01fc72a944cbb79e6.zip
llvm-d712c5ed8fab4940ae0480e01fc72a944cbb79e6.tar.gz
llvm-d712c5ed8fab4940ae0480e01fc72a944cbb79e6.tar.bz2
[clang][dataflow] Make optional checker work for types derived from optional. (#84138)
`llvm::MaybeAlign` does this, for example. It's not an option to simply ignore these derived classes because they get cast back to the optional classes (for example, simply when calling the optional member functions), and our transfer functions will then run on those optional classes and therefore require them to be properly initialized.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions