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.
RawCommentList.h
preferred_type
1 parent acb714c commit c032225Copy full SHA for c032225
clang/include/clang/AST/RawCommentList.h
@@ -178,6 +178,7 @@ class RawComment {
178
mutable bool RawTextValid : 1; ///< True if RawText is valid
179
mutable bool BriefTextValid : 1; ///< True if BriefText is valid
180
181
+ LLVM_PREFERRED_TYPE(CommentKind)
182
unsigned Kind : 3;
183
184
/// True if comment is attached to a declaration in ASTContext.
0 commit comments