[clang][sema][NFC] Make some local variables const
authorTimm Bäder <tbaeder@redhat.com>
Sat, 12 Nov 2022 17:06:06 +0000 (18:06 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Fri, 18 Nov 2022 15:19:09 +0000 (16:19 +0100)
commit096c033634d230fdb5eae4a0c3777e629cce0d82
tree2839ca85144bdf1c68aa618a4c048c4ceaff39a0
parent3ae96e9eb8bf7a338c46bcded908ad2d74920bc4
[clang][sema][NFC] Make some local variables const

We don't modify them. Also use auto here since we already wrote the full
type in the cast.
clang/lib/Sema/SemaTemplate.cpp