[clang] d3d334a - Fix the Clang sphinx build bot; NFC
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 6 13:50:33 PDT 2022
Author: Aaron Ballman
Date: 2022-09-06T16:50:22-04:00
New Revision: d3d334a625ddb784baecd483346c4892d33d33a5
URL: https://github.com/llvm/llvm-project/commit/d3d334a625ddb784baecd483346c4892d33d33a5
DIFF: https://github.com/llvm/llvm-project/commit/d3d334a625ddb784baecd483346c4892d33d33a5.diff
LOG: Fix the Clang sphinx build bot; NFC
This should address the failure introduced in:
https://lab.llvm.org/buildbot/#/builders/92/builds/32377
Added:
Modified:
clang/docs/UsersManual.rst
Removed:
################################################################################
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index 8afe5cab64cb5..e9c1be4cdd0f5 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -689,7 +689,7 @@ of generating a delta reduced test case.
.. envvar:: CLANG_CRASH_DIAGNOSTICS_DIR=<dir>
- Like :option:`-fcrash-diagnostics-dir=<dir>`, specifies where to write the
+ Like ``-fcrash-diagnostics-dir=<dir>``, specifies where to write the
crash diagnostics files, but with lower precedence than the option.
Clang is also capable of generating preprocessed source file(s) and associated
More information about the cfe-commits
mailing list