diff options
author | Tom Honermann <tom.honermann@intel.com> | 2025-04-16 08:28:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-16 11:28:09 -0400 |
commit | aca710ac3655fcd3f057edc1382ceec7fc58ef19 (patch) | |
tree | 3f397d448414f2b009a52999c07bfbab242896ab /llvm/lib/Bitcode | |
parent | 30259076fec0af97e604ca943b61fb686b9b21ef (diff) | |
download | llvm-aca710ac3655fcd3f057edc1382ceec7fc58ef19.zip llvm-aca710ac3655fcd3f057edc1382ceec7fc58ef19.tar.gz llvm-aca710ac3655fcd3f057edc1382ceec7fc58ef19.tar.bz2 |
[NFC][Clang] Introduce type aliases to replace use of auto in clang/lib/CodeGen/CGCall.cpp. (#135861)
CGCall.cpp declares several functions with a return type that is an
explicitly spelled out specialization of `SmallVector`. Previously,
`auto` was used in several places to avoid repeating the long type name;
a use that Clang maintainers find unjustified. This change introduces
type aliases and replaces the existing uses of `auto` with the
corresponding alias name.
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions