diff --git a/src/plugins/clangformat/clangformatbaseindenter.cpp b/src/plugins/clangformat/clangformatbaseindenter.cpp index fc08158d2d1..affabfec671 100644 --- a/src/plugins/clangformat/clangformatbaseindenter.cpp +++ b/src/plugins/clangformat/clangformatbaseindenter.cpp @@ -26,7 +26,7 @@ namespace ClangFormat { -Internal::LlvmFileSystemAdapter llvmFileSystemAdapter; +Internal::LlvmFileSystemAdapter llvmFileSystemAdapter = {}; namespace { void adjustFormatStyleForLineBreak(clang::format::FormatStyle &style,