Skip to content

Commit

Permalink
[clang][NFC] Annotate `DependentDiagnostic.h with preferred_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Endilll committed Nov 6, 2023
1 parent 8a417b7 commit a5d2570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/include/clang/AST/DependentDiagnostic.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ class DependentDiagnostic {

struct {
SourceLocation Loc;
LLVM_PREFERRED_TYPE(AccessSpecifier)
unsigned Access : 2;
LLVM_PREFERRED_TYPE(bool)
unsigned IsMember : 1;
NamedDecl *TargetDecl;
CXXRecordDecl *NamingClass;
Expand Down

0 comments on commit a5d2570

Please sign in to comment.