Skip to content

Commit

Permalink
[clang][NFC] Annotate ASTReader.h with preferred_type
Browse files Browse the repository at this point in the history
This helps debuggers to display values in bit-fields in a more helpful way.
  • Loading branch information
Endilll committed Feb 11, 2024
1 parent 04812c7 commit 1ee8107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/include/clang/Serialization/ASTReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ class ASTReader
unsigned ID;

/// Whether this is a wildcard export.
LLVM_PREFERRED_TYPE(bool)
unsigned IsWildcard : 1;

/// String data.
Expand Down

0 comments on commit 1ee8107

Please sign in to comment.