[clang-tools-extra] [llvm] [clang][clang-doc] Add basic e2e test to clang-doc (PR #93928)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 12:41:27 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r 98714866830f505d7bb87de6b92a28f280a34b9b...4a3c4d98156b9f0d9355980108c453c56ef0e353 clang-tools-extra/test/lit.cfg.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- lit.cfg.py 2024-06-06 19:38:03.000000 +0000
+++ lit.cfg.py 2024-06-06 19:40:59.617978 +0000
@@ -72,11 +72,11 @@
)
config.substitutions.append(("%clang_tidy_headers", clang_tidy_headers))
clang_doc_install = os.path.join(
- os.path.dirname(shutil.which("clang-doc")), "..", "share", "clang"
+ os.path.dirname(shutil.which("clang-doc")), "..", "share", "clang"
)
config.substitutions.append(("%clang_doc_install", clang_doc_install))
# Plugins (loadable modules)
``````````
</details>
https://github.com/llvm/llvm-project/pull/93928
More information about the llvm-commits
mailing list