[PATCH] D140339: [clang-format] Remove special logic for parsing concept definitions.

Emilia Dreamer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 2 07:40:22 PST 2023


rymiel added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:23946-23947
-  verifyFormat("template <typename T>\n"
-               "concept C =\n"
-               "class X;");
 
----------------
owenpan wrote:
> Just want to make sure that the line break didn't matter.
Sorry, that line break was removed when verifyFormat was still used


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140339



More information about the cfe-commits mailing list