Skip to content

Commit e63c988

Browse files
committed
More windows fix
1 parent 31c773f commit e63c988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/AST/Stmt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ class alignas(void *) Stmt {
784784
friend class CXXOperatorCallExpr;
785785

786786
LLVM_PREFERRED_TYPE(CallExprBitfields)
787-
unsigned : NumCallExprBits;
787+
uint64_t : NumCallExprBits;
788788

789789
/// The kind of this overloaded operator. One of the enumerator
790790
/// value of OverloadedOperatorKind.
@@ -797,7 +797,7 @@ class alignas(void *) Stmt {
797797
friend class CXXRewrittenBinaryOperator;
798798

799799
LLVM_PREFERRED_TYPE(CallExprBitfields)
800-
unsigned : NumCallExprBits;
800+
uint64_t : NumCallExprBits;
801801

802802
LLVM_PREFERRED_TYPE(bool)
803803
unsigned IsReversed : 1;

0 commit comments

Comments
 (0)