We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4c1a9 commit 8bf68f8Copy full SHA for 8bf68f8
clang/test/Format/empty-macro.cpp
@@ -0,0 +1,5 @@
1
+// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style="{Macros: [A(x)=x]}" \
2
+// RUN: | FileCheck -strict-whitespace %s
3
+
4
+// CHECK: A()
5
+A()
0 commit comments