diff options
author | Sergei Barannikov <barannikov88@gmail.com> | 2025-08-17 07:02:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-17 04:02:16 +0000 |
commit | fc6024d8959cdb82e5421787882288e26ee728bc (patch) | |
tree | 640231f3afcf8b1429d3137fd883c86dc0cbb495 /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | ee51f35993d9623563551f9bb9521824992967b6 (diff) | |
download | llvm-fc6024d8959cdb82e5421787882288e26ee728bc.zip llvm-fc6024d8959cdb82e5421787882288e26ee728bc.tar.gz llvm-fc6024d8959cdb82e5421787882288e26ee728bc.tar.bz2 |
[TableGen][DecoderEmitter] Shrink lifetime of `Filters` vector (NFC) (#153998)
Only one element of the `Filters` vector (see `BestIndex`) is used
outside the method that fills it. Localize the vector to the method,
replacing the member variable with the only used element.
Part of an effort to simplify DecoderEmitter code.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions