File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1383,7 +1383,6 @@ class cppfront
1383
1383
if (is_expression) {
1384
1384
printer.print_cpp2 (" ()" , n.close_brace );
1385
1385
}
1386
- // printer.print_cpp2("\n", n.close_brace);
1387
1386
}
1388
1387
1389
1388
@@ -1992,8 +1991,8 @@ class cppfront
1992
1991
assert (prefix_expr);
1993
1992
static_assert (std::is_same_v<prefix_expression_node*, decltype (prefix_expr)>);
1994
1993
1995
- // In the future we'll distinguish type_id better, but for now
1996
- // "identifier or id_expression w/o ops" works well enough
1994
+ // Hack: In the future we'll distinguish type_id better, but for now
1995
+ // "identifier or id_expression w/o ops" works well enough
1997
1996
//
1998
1997
// If it's "is type", emit "cpp2::is<type>(expr)"
1999
1998
if (prefix_expr->ops .empty () && // no prefix ops
You can’t perform that action at this time.
0 commit comments