We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CXXInheritance.h
preferred_type
1 parent 24faf3b commit 421d6ccCopy full SHA for 421d6cc
clang/include/clang/AST/CXXInheritance.h
@@ -131,6 +131,7 @@ class CXXBasePaths {
131
/// class subobjects for that class type. The key of the map is
132
/// the cv-unqualified canonical type of the base class subobject.
133
struct IsVirtBaseAndNumberNonVirtBases {
134
+ LLVM_PREFERRED_TYPE(bool)
135
unsigned IsVirtBase : 1;
136
unsigned NumberOfNonVirtBases : 31;
137
};
0 commit comments