[clang] [clang-format] Handle templates in qualified typenames (PR #143194)

Ben Dunkin via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 17 11:38:38 PDT 2025


================
@@ -3630,6 +3630,36 @@ static unsigned maxNestingDepth(const AnnotatedLine &Line) {
   return Result;
 }
 
+// Returns the token after the first qualifier of the name, or nullptr if there
+// is no qualifier.
+static FormatToken* skipNameQualifier(const FormatToken *Tok) {
----------------
bdunkin wrote:

I am on Windows, and neither of those commands appears to support Windows. Are there Windows equivalents?

https://github.com/llvm/llvm-project/pull/143194


More information about the cfe-commits mailing list