[PATCH] D148815: Fix uninitialized scalar members in TableGen

Akshay Khadse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 09:47:38 PDT 2023


akshaykhadse created this revision.
akshaykhadse added reviewers: pengfei, skan, FreddyYe, LuoYuanke, XinWang10.
Herald added a project: All.
akshaykhadse requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This change fixes static code analysis warnings


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148815

Files:
  llvm/utils/TableGen/AsmMatcherEmitter.cpp
  llvm/utils/TableGen/CallingConvEmitter.cpp
  llvm/utils/TableGen/CodeEmitterGen.cpp
  llvm/utils/TableGen/CodeGenRegisters.h
  llvm/utils/TableGen/DAGISelMatcher.h
  llvm/utils/TableGen/DXILEmitter.cpp
  llvm/utils/TableGen/OptParserEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148815.515366.patch
Type: text/x-patch
Size: 5012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230420/a0e11a24/attachment.bin>


More information about the llvm-commits mailing list