This patch aims to do some missing initializations to some class members. This would make the code more conforming to the CppCoreGuildlines Pro.safety: Type-safety profile, which says to have member variables initialized.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you please state the motivation of this patch and what are the behavior changes (ideally testable)? Some information can go to the summary/commit message.
Comment Actions
If it inserts memset, it will break things. We have workaround to prevent memsets, but it's not 100% reliably.
So I would recommend avoid change without need.