Skip to content

Commit c032225

Browse files
committed
[clang][NFC] Annotate RawCommentList.h with preferred_type
1 parent acb714c commit c032225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/AST/RawCommentList.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ class RawComment {
178178
mutable bool RawTextValid : 1; ///< True if RawText is valid
179179
mutable bool BriefTextValid : 1; ///< True if BriefText is valid
180180

181+
LLVM_PREFERRED_TYPE(CommentKind)
181182
unsigned Kind : 3;
182183

183184
/// True if comment is attached to a declaration in ASTContext.

0 commit comments

Comments
 (0)