aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorTom Honermann <tom.honermann@intel.com>2025-04-16 08:28:09 -0700
committerGitHub <noreply@github.com>2025-04-16 11:28:09 -0400
commitaca710ac3655fcd3f057edc1382ceec7fc58ef19 (patch)
tree3f397d448414f2b009a52999c07bfbab242896ab /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent30259076fec0af97e604ca943b61fb686b9b21ef (diff)
downloadllvm-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/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions