[clang] [llvm] [clang-format] Add CI check confirming ClangFormatStyleOptions.rst is up-to-date. (PR #111513)
    Owen Pan via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 24 18:44:03 PDT 2024
    
    
  
================
@@ -53,3 +53,10 @@ foreach (file IN LISTS files)
 endforeach ()
 
 add_custom_target(clang-format-check-format DEPENDS ${check_format_depends})
+
+add_custom_target(clang-format-style-options
+    COMMAND "${Python3_EXECUTABLE}" dump_format_style.py
----------------
owenca wrote:
It seems that the command always runs even if the header files are not outdated.
https://github.com/llvm/llvm-project/pull/111513
    
    
More information about the llvm-commits
mailing list