llvm-project
e35fc30c - Fix `BuiltinTypeMethodBuilder` uninitialized pointer (#183814)

Commit
84 days ago
Fix `BuiltinTypeMethodBuilder` uninitialized pointer (#183814) From [this comment](https://github.com/llvm/llvm-project/pull/176058/changes/BASE..50c5be4bdf19a8a80b7e6e9d3ae46e11ff20a6e0#r2856661750) on PR #176058, static analysis was flagging `TemplateParams` as not initialized on all paths. This change fixes it by initializing to `nullptr` at declaration.
Author
Parents
Loading