================
@@ -2135,9 +2135,14 @@ void
ASTStmtReader::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) {
void ASTStmtReader::VisitTypeTraitExpr(TypeTraitExpr *E) {
VisitExpr(E);
+ E->TypeTraitExprBits.IsBooleanTypeTrait = Record.readInt();
----------------
erichkeane wrote:
```suggestion
E->TypeTraitExprBits.IsBooleanTypeTrait = Record.readBool();
```
??
https://github.com/llvm/llvm-project/pull/131515
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits