Skip to content

Commit 13023ed

Browse files
committed
[clang][NFC] Annotate DeclFriend.h with preferred_type
1 parent 61d17b1 commit 13023ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/AST/DeclFriend.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class FriendDecl final
7373
/// True if this 'friend' declaration is unsupported. Eventually we
7474
/// will support every possible friend declaration, but for now we
7575
/// silently ignore some and set this flag to authorize all access.
76+
LLVM_PREFERRED_TYPE(bool)
7677
unsigned UnsupportedFriend : 1;
7778

7879
// The number of "outer" template parameter lists in non-templatic

0 commit comments

Comments
 (0)