Missing initializer.

llvm-svn: 287633
This commit is contained in:
Axel Naumann 2016-11-22 10:00:23 +00:00
parent 5c5d4766f8
commit b920aa0fae
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ private:
FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists)
: Decl(Decl::Friend, Empty), NextFriend(),
UnsupportedFriend(false),
NumTPLists(NumFriendTypeTPLists) { }
FriendDecl *getNextFriend() {