[clang] [llvm] clang-format reflow comments disable star: Fixes #58710 (PR #167146)

via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 24 23:26:12 PST 2025


================
@@ -1276,6 +1276,7 @@ template <> struct MappingTraits<FormatStyle> {
     IO.mapOptional("RawStringFormats", Style.RawStringFormats);
     IO.mapOptional("ReferenceAlignment", Style.ReferenceAlignment);
     IO.mapOptional("ReflowComments", Style.ReflowComments);
+    IO.mapOptional("ReflowCommentsNoStar", Style.ReflowCommentsNoStar);
----------------
mydeveloperday wrote:

combine to one option

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


More information about the cfe-commits mailing list