================
@@ -3622,6 +3622,29 @@ static unsigned maxNestingDepth(const AnnotatedLine 
&Line) {
   return Result;
 }
 
+static bool startsQualifiedName(const FormatToken *Tok) {
----------------
HazardyKnusperkeks wrote:

Id check for `tok::identifier` and then move to `nextNonComment()` for checking 
`coloncolon` rsp. `TT_TemplateOpener`.

https://github.com/llvm/llvm-project/pull/143194
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to