[PATCH] D59309: [clang-format] BreakAfterReturnType ignored on functions with numeric template parameters

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 14 04:33:11 PDT 2019


klimek added a comment.

In D59309#1428969 <https://reviews.llvm.org/D59309#1428969>, @MyDeveloperDay wrote:

> That works because the argument list is just tok::identifier and TT_StartOfName


Should we fix isStartOfName then?

In A<bool> or A<8> A should be TT_StartOfName, too, right?


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

https://reviews.llvm.org/D59309





More information about the cfe-commits mailing list