Skip to content

Commit a0029a8

Browse files
committed
[clang][NFC] Annotate Sema.h with preferred_type
1 parent b6deea1 commit a0029a8

File tree

1 file changed

+2
-0
lines changed
  • clang/include/clang/Sema

1 file changed

+2
-0
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14030,7 +14030,9 @@ class Sema final {
1403014030

1403114031
/// If true, \c Type should be compared with other expression's types for
1403214032
/// layout-compatibility.
14033+
LLVM_PREFERRED_TYPE(bool)
1403314034
unsigned LayoutCompatible : 1;
14035+
LLVM_PREFERRED_TYPE(bool)
1403414036
unsigned MustBeNull : 1;
1403514037
};
1403614038

0 commit comments

Comments
 (0)