This change fixes static code analysis warnings
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/utils/TableGen/DXILEmitter.cpp | ||
---|---|---|
29–30 | Why -1? zero initializer seems more reasonable? |
Paths
| Differential D148815
[Coverity] Fix uninitialized scalar members in TableGen ClosedPublic Authored by akshaykhadse on Apr 20 2023, 9:47 AM.
Details
Diff Detail
Unit TestsFailed Event TimelineLuoYuanke retitled this revision from Fix uninitialized scalar members in TableGen to [Coverity] Fix uninitialized scalar members in TableGen.Apr 20 2023, 10:36 PM
This revision is now accepted and ready to land.Apr 21 2023, 12:46 AM This revision was landed with ongoing or failed builds.Apr 21 2023, 2:42 AM Closed by commit rG66219728e344: [Coverity] Fix uninitialized scalar members in TableGen (authored by akshaykhadse). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 515630 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
|
Why -1? zero initializer seems more reasonable?