HazardyKnusperkeks added inline comments.

================
Comment at: clang/lib/Format/Format.cpp:595-599
+    IO.enumCase(Value, "Never", FormatStyle::SWFLS_Never);
+    IO.enumCase(Value, "false", FormatStyle::SWFLS_Never);
+    IO.enumCase(Value, "NonEmpty", FormatStyle::SWFLS_NonEmpty);
+    IO.enumCase(Value, "All", FormatStyle::SWFLS_All);
+    IO.enumCase(Value, "true", FormatStyle::SWFLS_NonEmpty);
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154550

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to