[all-commits] [llvm/llvm-project] 606c18: llvm-objcopy - fix uninitialized variable warning...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Nov 18 05:59:28 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 606c189215d1c78681e8020b6393019b0c0ea181
https://github.com/llvm/llvm-project/commit/606c189215d1c78681e8020b6393019b0c0ea181
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M llvm/tools/llvm-objcopy/COFF/Object.h
M llvm/tools/llvm-objcopy/ELF/Object.h
Log Message:
-----------
llvm-objcopy - fix uninitialized variable warnings. NFC.
Commit: 5edf964fccfae77353ef944bf749a8e2a1f5380e
https://github.com/llvm/llvm-project/commit/5edf964fccfae77353ef944bf749a8e2a1f5380e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M llvm/tools/llvm-objcopy/ELF/Object.cpp
Log Message:
-----------
Fix cppcheck shadow variable warning. NFC.
Compare: https://github.com/llvm/llvm-project/compare/b462cdff05b8...5edf964fccfa
More information about the All-commits
mailing list