[clang] [Clang] omit parentheses in fold expressions with a single expansion (PR #110761)
Oleksandr T. via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 3 08:33:49 PDT 2024
================
@@ -122,35 +122,34 @@ void test() {
#undef EQ
}
-void (*fn)();
-
-void test2() {
----------------
a-tarasyuk wrote:
It looks like I accidentally removed them — I'm sorry for the confusion. I’ve pushed a revert.
https://github.com/llvm/llvm-project/pull/110761
More information about the cfe-commits
mailing list