diff options
author | Djordje Todorovic <djordje.todorovic@syrmia.com> | 2020-05-11 09:30:36 +0200 |
---|---|---|
committer | Djordje Todorovic <djordje.todorovic@syrmia.com> | 2020-05-11 10:02:13 +0200 |
commit | 45e5a32a8bd36836c26778f71accdbccdc770a42 (patch) | |
tree | 8c2c97cf0b17009951577e53e1a30bd0c9032c59 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 507d1eb1cec33ccc2fce0ee7f688e19a42e43990 (diff) | |
download | llvm-45e5a32a8bd36836c26778f71accdbccdc770a42.zip llvm-45e5a32a8bd36836c26778f71accdbccdc770a42.tar.gz llvm-45e5a32a8bd36836c26778f71accdbccdc770a42.tar.bz2 |
[NFC][DwarfDebug] Avoid default capturing when using lambdas
It is bad practice to capture by default (via [&] in this case) when
using lambdas, so we should avoid that as much as possible.
This patch fixes that in the getForwardingRegsDefinedByMI
from DwarfDebug module.
Differential Revision: https://reviews.llvm.org/D79616
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions