================
@@ -67,335 +67,14 @@ int main(void) {
return also_before() + also_before(1) + also_before(2.0f) + also_after(3.0)
+ also_after(4L);
}
-// Make sure we see base calls in the FLOAT versions, that is no
-// PseudoObjectExpr in those. In the INT versions we want PseudoObjectExpr (=
-// variant calls) for the `*_before` functions but not the `*_after` ones
-// (first 3 vs 2 last ones).
----------------
jdoerfert wrote:
Just leave the comment. If you feel like it, adjust it for codegen or mention
this should be the AST view.
https://github.com/llvm/llvm-project/pull/204581
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits