================
@@ -12609,6 +12611,7 @@ namespace {
       isPODType = false;
       isRecordType = false;
       isReferenceType = false;
+      isInCXXOperatorCall = false;
----------------
zhaohuiw42 wrote:

So I need to change all the other fields to this form as well, like 
`isPODType`, `isRecordType`... ?

https://github.com/llvm/llvm-project/pull/129198
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to