================
@@ -958,9 +958,13 @@ template <> struct MappingTraits<FormatStyle> {
       // For backward compatibility.
       BracketAlignmentStyle LocalBAS = BAS_Align;
       if (IsGoogleOrChromium) {
-        if (Style.Language == FormatStyle::LK_JavaScript) {
+        FormatStyle::LanguageKind Language =
----------------
gedare wrote:

Should we have a test for that scenario?

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

Reply via email to