[all-commits] [llvm/llvm-project] 4b5c6c: [lld-macho][nfc] Fix uninitialized members warning...
Jez Ng via All-commits
all-commits at lists.llvm.org
Thu Jun 10 12:09:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b5c6c5c4b9293557ec8e76d6500527e5d8f9611
https://github.com/llvm/llvm-project/commit/4b5c6c5c4b9293557ec8e76d6500527e5d8f9611
Author: Jez Ng <jezng at fb.com>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M lld/MachO/InputSection.h
Log Message:
-----------
[lld-macho][nfc] Fix uninitialized members warning from Coverity
We were always assigning to this member before using it, but just to be
safe...
See https://lists.llvm.org/pipermail/llvm-dev/2021-June/151029.html
More information about the All-commits
mailing list