[all-commits] [llvm/llvm-project] aa99da: Avoid binding pointers to "auto&" (by dereferencin...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue May 12 11:40:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aa99da5ace4587440973c97a4cd5f486e7bb3c33
https://github.com/llvm/llvm-project/commit/aa99da5ace4587440973c97a4cd5f486e7bb3c33
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Log Message:
-----------
Avoid binding pointers to "auto&" (by dereferencing the pointer that's non-null anyway)
Based on @djtodoro's 2552dc5317e0
More information about the All-commits
mailing list