Skip to content

Commit a5d2570

Browse files
committed
[clang][NFC] Annotate `DependentDiagnostic.h with preferred_type
1 parent 8a417b7 commit a5d2570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/include/clang/AST/DependentDiagnostic.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ class DependentDiagnostic {
113113

114114
struct {
115115
SourceLocation Loc;
116+
LLVM_PREFERRED_TYPE(AccessSpecifier)
116117
unsigned Access : 2;
118+
LLVM_PREFERRED_TYPE(bool)
117119
unsigned IsMember : 1;
118120
NamedDecl *TargetDecl;
119121
CXXRecordDecl *NamingClass;

0 commit comments

Comments
 (0)