Commit 12b1ed2
authored
[Clang] Add non static data member initializer for BindingDecl member Decomp (llvm#134969)
Static analysis flagged BindingDecl Decomp member as not being
initialized during construction or by any other member function.
Fix is add a default initializer for it like the other member Binding.1 parent 639ebbf commit 12b1ed2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4166 | 4166 | | |
4167 | 4167 | | |
4168 | 4168 | | |
4169 | | - | |
| 4169 | + | |
4170 | 4170 | | |
4171 | 4171 | | |
4172 | 4172 | | |
| |||
0 commit comments