[clang] [clang-format] modified goto bool to enum (PR #65140)

Devansh Varshney देवांश वार्ष्णेय via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 4 12:28:03 PDT 2023


================
@@ -3311,22 +3311,22 @@ the configuration (without a prefix: ``Auto``).
 
 .. _IndentGotoLabels:
 
-**IndentGotoLabels** (``Boolean``) :versionbadge:`clang-format 10` :ref:`¶ <IndentGotoLabels>`
+**IndentGotoLabels** (``enum``) :versionbadge:`clang-format 10` :ref:`¶ <IndentGotoLabels>`
   Indent goto labels.
 
-  When ``false``, goto labels are flushed left.
+  When ``GLI_None``, goto labels are flushed left.
----------------
varshneydevansh wrote:

1> yes. I did not know that.
2> okay. Got it.

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


More information about the cfe-commits mailing list