Skip to content

Commit ce0e166

Browse files
committed
[clang] Mark bitfield with preferred type
1 parent a7ae091 commit ce0e166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Basic/Module.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ class alignas(8) Module {
352352

353353
/// Whether this is an inferred submodule that's missing from the umbrella
354354
/// header.
355+
LLVM_PREFERRED_TYPE(bool)
355356
unsigned IsInferredMissingFromUmbrellaHeader : 1;
356357

357358
/// Whether we should infer submodules for this module based on

0 commit comments

Comments
 (0)