We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1274282 commit 6b8f27dCopy full SHA for 6b8f27d
clang/include/clang/AST/ASTContext.h
@@ -280,7 +280,7 @@ class ASTContext : public RefCountedBase<ASTContext> {
280
/// Store the unique Type corresponding to each Kind.
281
mutable std::array<Type *,
282
llvm::to_underlying(PredefinedSugarType::Kind::Max)>
283
- PredefinedSugarTypes;
+ PredefinedSugarTypes{};
284
285
/// The set of nested name specifiers.
286
///
0 commit comments