[all-commits] [llvm/llvm-project] 950e69: [Coverity] Fix uninitialized scalar members
Akshay Khadse via All-commits
all-commits at lists.llvm.org
Thu Apr 20 20:44:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 950e6979216a99fbe42a72b69137eeda1d5f99fc
https://github.com/llvm/llvm-project/commit/950e6979216a99fbe42a72b69137eeda1d5f99fc
Author: Akshay Khadse <akshayskhadse at gmail.com>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M llvm/include/llvm/InterfaceStub/IFSStub.h
M llvm/include/llvm/Object/ELFObjectFile.h
M llvm/include/llvm/Object/WindowsResource.h
M llvm/lib/ObjectYAML/XCOFFEmitter.cpp
M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
Log Message:
-----------
[Coverity] Fix uninitialized scalar members
This change fixes static code analysis errors
Reviewed By: LuoYuanke
Differential Revision: https://reviews.llvm.org/D148813
More information about the All-commits
mailing list