Skip to content

Commit 421d6cc

Browse files
committed
[clang][NFC] Annotate CXXInheritance.h with preferred_type
1 parent 24faf3b commit 421d6cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/AST/CXXInheritance.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ class CXXBasePaths {
131131
/// class subobjects for that class type. The key of the map is
132132
/// the cv-unqualified canonical type of the base class subobject.
133133
struct IsVirtBaseAndNumberNonVirtBases {
134+
LLVM_PREFERRED_TYPE(bool)
134135
unsigned IsVirtBase : 1;
135136
unsigned NumberOfNonVirtBases : 31;
136137
};

0 commit comments

Comments
 (0)