Skip to content

Commit

Permalink
[clang][NFC] Annotate SemaStmt.cpp with preferred_type
Browse files Browse the repository at this point in the history
This helps debuggers to display values in bit-fields in a more helpful way.
  • Loading branch information
Endilll committed Feb 11, 2024
1 parent 6884657 commit f0b2bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/Sema/SemaStmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4381,6 +4381,7 @@ Sema::ActOnObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) {
namespace {
class CatchHandlerType {
QualType QT;
LLVM_PREFERRED_TYPE(bool)
unsigned IsPointer : 1;

// This is a special constructor to be used only with DenseMapInfo's
Expand Down

0 comments on commit f0b2bcf

Please sign in to comment.