[PATCH] D79773: [clang-format] Improve clang-formats handling of concepts

Michael Schellenberger Costa via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 20 08:11:00 PDT 2020


miscco added a comment.

It seems the spacing of the binary operator is not yet stable. This test is breaking for me:

  verifyFormat("template <typename T>\nconcept someConcept = Constraint1<T> && Constraint2<T>;");


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

https://reviews.llvm.org/D79773





More information about the cfe-commits mailing list