From: Axel Naumann Date: Tue, 22 Nov 2016 10:00:23 +0000 (+0000) Subject: Missing initializer. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eace138659752a4f800e80f4ca526f40fe2c7b75;p=clang Missing initializer. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287633 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclFriend.h b/include/clang/AST/DeclFriend.h index 48ccb7c2ad..172c46a44a 100644 --- a/include/clang/AST/DeclFriend.h +++ b/include/clang/AST/DeclFriend.h @@ -82,6 +82,7 @@ private: FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) : Decl(Decl::Friend, Empty), NextFriend(), + UnsupportedFriend(false), NumTPLists(NumFriendTypeTPLists) { } FriendDecl *getNextFriend() {