mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 12:26:08 +00:00
7 lines
304 B
Plaintext
7 lines
304 B
Plaintext
// RUN: %python %S/../../docs/tools/dump_format_style.py -o %t.style
|
|
// RUN: diff --strip-trailing-cr %t.style \
|
|
// RUN: %S/../../docs/ClangFormatStyleOptions.rst
|
|
|
|
// RUN: %python %S/../../docs/tools/dump_format_help.py -o %t.help
|
|
// RUN: diff --strip-trailing-cr %t.help %S/../../docs/ClangFormat.rst
|