[PATCH] D133954: [clang-format] Fix template arguments in macros

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 15 20:07:24 PDT 2022


owenpan accepted this revision.
owenpan added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:9793-9795
+  verifyFormat("#define FOO(typeName, realClass)                               "
+               "                \\\n"
+               "  { #typeName, foo<FooType>(new foo<realClass>(#typeName)) }");
----------------
And perhaps move it to the end of the test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133954/new/

https://reviews.llvm.org/D133954



More information about the cfe-commits mailing list