MyDeveloperDay accepted this revision. MyDeveloperDay added inline comments. This revision is now accepted and ready to land.
================ Comment at: clang/lib/Format/ContinuationIndenter.cpp:1691 + (CurrentState.IsCSharpGenericTypeConstraint) || GenericSelection || (Style.isJavaScript() && EndsInComma) || (State.Line->MustBeDeclaration && !BinPackDeclaration) || ---------------- I wonder if this says isJavaScript() here because of the ```foo(name: type,name2: type2) syntax``` if that might be the case then given the format you present in your test then maybe it IS correct to have GenericSelection here. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D139211/new/ https://reviews.llvm.org/D139211 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits