[all-commits] [llvm/llvm-project] 662197: [Coverity] Fix uninitialized scalar members in Tab...
Akshay Khadse via All-commits
all-commits at lists.llvm.org
Fri Apr 21 02:42:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66219728e344626201e83ff9e1c7db3ede2b12fe
https://github.com/llvm/llvm-project/commit/66219728e344626201e83ff9e1c7db3ede2b12fe
Author: Akshay Khadse <akshayskhadse at gmail.com>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M llvm/utils/TableGen/AsmMatcherEmitter.cpp
M llvm/utils/TableGen/CallingConvEmitter.cpp
M llvm/utils/TableGen/CodeEmitterGen.cpp
M llvm/utils/TableGen/CodeGenRegisters.h
M llvm/utils/TableGen/DAGISelMatcher.h
M llvm/utils/TableGen/DXILEmitter.cpp
M llvm/utils/TableGen/OptParserEmitter.cpp
Log Message:
-----------
[Coverity] Fix uninitialized scalar members in TableGen
This change fixes static code analysis warnings
Reviewed By: skan
Differential Revision: https://reviews.llvm.org/D148815
More information about the All-commits
mailing list