forked from OSchip/llvm-project
parent
5c5d4766f8
commit
b920aa0fae
|
@ -82,6 +82,7 @@ private:
|
|||
|
||||
FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists)
|
||||
: Decl(Decl::Friend, Empty), NextFriend(),
|
||||
UnsupportedFriend(false),
|
||||
NumTPLists(NumFriendTypeTPLists) { }
|
||||
|
||||
FriendDecl *getNextFriend() {
|
||||
|
|
Loading…
Reference in New Issue