[clang] [C2y] Add test coverage for N3298 (PR #112033)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 11 12:24:14 PDT 2024
================
@@ -57,7 +57,7 @@ void test4(void) {
var =+5; // no warning when the subexpr of the unary op has no space before it.
var =-5;
-
----------------
erichkeane wrote:
Handful of WS changes in this file, though not sure I care enough to have you change this.
https://github.com/llvm/llvm-project/pull/112033
More information about the cfe-commits
mailing list