We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c773f commit e63c988Copy full SHA for e63c988
clang/include/clang/AST/Stmt.h
@@ -784,7 +784,7 @@ class alignas(void *) Stmt {
784
friend class CXXOperatorCallExpr;
785
786
LLVM_PREFERRED_TYPE(CallExprBitfields)
787
- unsigned : NumCallExprBits;
+ uint64_t : NumCallExprBits;
788
789
/// The kind of this overloaded operator. One of the enumerator
790
/// value of OverloadedOperatorKind.
@@ -797,7 +797,7 @@ class alignas(void *) Stmt {
797
friend class CXXRewrittenBinaryOperator;
798
799
800
801
802
LLVM_PREFERRED_TYPE(bool)
803
unsigned IsReversed : 1;
0 commit comments