[clang] a20f485 - [clang-format] Generate the style options

via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 15 05:42:57 PDT 2023


Author: sstwcw
Date: 2023-09-15T12:37:21Z
New Revision: a20f485bb0c9af3c7a7179bd71ae910c58278341

URL: https://github.com/llvm/llvm-project/commit/a20f485bb0c9af3c7a7179bd71ae910c58278341
DIFF: https://github.com/llvm/llvm-project/commit/a20f485bb0c9af3c7a7179bd71ae910c58278341.diff

LOG: [clang-format] Generate the style options

I was in a hurry and I forgot to do it for the last commit.

Added: 
    

Modified: 
    clang/docs/ClangFormatStyleOptions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index 4ab0b3a207270dc..fea52679585a6cb 100644
--- a/clang/docs/ClangFormatStyleOptions.rst
+++ b/clang/docs/ClangFormatStyleOptions.rst
@@ -2796,7 +2796,7 @@ the configuration (without a prefix: ``Auto``).
      string x =
          "veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongString";
 
-  C# and JavaScript interpolated strings are not broken.
+  C# interpolated strings are not broken.
 
   In Verilog:
 


        


More information about the cfe-commits mailing list