Skip to content

Commit

Permalink
[clang][NFC] Annotate CXXInheritance.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 24faf3b commit 421d6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/include/clang/AST/CXXInheritance.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class CXXBasePaths {
/// class subobjects for that class type. The key of the map is
/// the cv-unqualified canonical type of the base class subobject.
struct IsVirtBaseAndNumberNonVirtBases {
LLVM_PREFERRED_TYPE(bool)
unsigned IsVirtBase : 1;
unsigned NumberOfNonVirtBases : 31;
};
Expand Down

0 comments on commit 421d6cc

Please sign in to comment.