[clangd] Fix uninit member
authorSam McCall <sam.mccall@gmail.com>
Wed, 3 Mar 2021 10:45:16 +0000 (11:45 +0100)
committerSam McCall <sam.mccall@gmail.com>
Wed, 3 Mar 2021 10:45:16 +0000 (11:45 +0100)
clang-tools-extra/clangd/Protocol.h

index f918183..71de24a 100644 (file)
@@ -981,7 +981,7 @@ struct DocumentSymbol {
   SymbolKind kind;
 
   /// Indicates if this symbol is deprecated.
-  bool deprecated;
+  bool deprecated = false;
 
   /// The range enclosing this symbol not including leading/trailing whitespace
   /// but everything else like comments. This information is typically used to