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.
DeclFriend.h
preferred_type
1 parent 61d17b1 commit 13023edCopy full SHA for 13023ed
clang/include/clang/AST/DeclFriend.h
@@ -73,6 +73,7 @@ class FriendDecl final
73
/// True if this 'friend' declaration is unsupported. Eventually we
74
/// will support every possible friend declaration, but for now we
75
/// silently ignore some and set this flag to authorize all access.
76
+ LLVM_PREFERRED_TYPE(bool)
77
unsigned UnsupportedFriend : 1;
78
79
// The number of "outer" template parameter lists in non-templatic
0 commit comments