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