diff options
author | Djordje Todorovic <djordje.todorovic@syrmia.com> | 2020-05-08 12:04:45 +0200 |
---|---|---|
committer | Djordje Todorovic <djordje.todorovic@syrmia.com> | 2020-05-11 09:12:58 +0200 |
commit | 2552dc5317e012f17f70a4845bc51c59ec237175 (patch) | |
tree | d639bceaddbc20c39aeb5daa7179e16e94f6b192 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 8222107aa9249aada81334c922a2d284042242ed (diff) | |
download | llvm-2552dc5317e012f17f70a4845bc51c59ec237175.zip llvm-2552dc5317e012f17f70a4845bc51c59ec237175.tar.gz llvm-2552dc5317e012f17f70a4845bc51c59ec237175.tar.bz2 |
[NFC][DwarfDebug] Prefer explicit to auto type deduction
We should use explicit type instead of auto type deduction when
the type is so obvious. In addition, we remove ambiguity, since auto
type deduction sometimes is not that intuitive, so that could lead
us to some unwanted behavior.
This patch fixes that in the collectCallSiteParameters() from
DwarfDebug module.
Differential Revision: https://reviews.llvm.org/D79624
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions