diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-07-20 13:37:24 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-07-20 13:37:45 +0100 |
commit | c188f0b8766f70289f0480bc03abee33357c80f7 (patch) | |
tree | 6f9c688d9aefc163774dec5da0d31ba49ea17042 /llvm/lib/Object/Binary.cpp | |
parent | e7accb75bee33d1d1e216e91580a3ca318019bed (diff) | |
download | llvm-c188f0b8766f70289f0480bc03abee33357c80f7.zip llvm-c188f0b8766f70289f0480bc03abee33357c80f7.tar.gz llvm-c188f0b8766f70289f0480bc03abee33357c80f7.tar.bz2 |
[X86] X86InstCombineIntrinsic.cpp - silence clang-tidy warnings about incorrect uses of auto. NFCI.
We were using auto instead of auto* in a number of places which failed the llvm-qualified-auto check.
Additionally we were using auto in some places where the type wasn't immediately obvious - the style guide rule of thumb is only to use auto from casts etc. where the type is already explicitly stated.
Diffstat (limited to 'llvm/lib/Object/Binary.cpp')
0 files changed, 0 insertions, 0 deletions