Index: llvm/include/llvm/Demangle/MicrosoftDemangle.h =================================================================== --- llvm/include/llvm/Demangle/MicrosoftDemangle.h +++ llvm/include/llvm/Demangle/MicrosoftDemangle.h @@ -114,7 +114,7 @@ struct BackrefContext { static constexpr size_t Max = 10; - TypeNode *FunctionParams[Max]; + TypeNode *FunctionParams[Max] = { 0 }; size_t FunctionParamCount = 0; // The first 10 BackReferences in a mangled name can be back-referenced by