================ @@ -1926,6 +1929,21 @@ RValue CIRGenFunction::emitCall(clang::QualType calleeTy, return callResult; } +// TODO: this can also be abstrated into common AST helpers ---------------- andykaylor wrote:
This has been done. There is now a `hasBooleanRepresentation` method on the Clang `Type` class. https://github.com/llvm/llvm-project/pull/168347 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
