Skip to content

Commit

Permalink
[clang][NFC] Annotate Sema.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 b6deea1 commit a0029a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/include/clang/Sema/Sema.h
Original file line number Diff line number Diff line change
Expand Up @@ -14030,7 +14030,9 @@ class Sema final {

/// If true, \c Type should be compared with other expression's types for
/// layout-compatibility.
LLVM_PREFERRED_TYPE(bool)
unsigned LayoutCompatible : 1;
LLVM_PREFERRED_TYPE(bool)
unsigned MustBeNull : 1;
};

Expand Down

0 comments on commit a0029a8

Please sign in to comment.