[clang] 35f4857 - Fix the Clang sphinx bot
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 8 04:24:27 PDT 2022
Author: Aaron Ballman
Date: 2022-07-08T07:23:40-04:00
New Revision: 35f48572e3c752cea281ba62292f682bfd98ff18
URL: https://github.com/llvm/llvm-project/commit/35f48572e3c752cea281ba62292f682bfd98ff18
DIFF: https://github.com/llvm/llvm-project/commit/35f48572e3c752cea281ba62292f682bfd98ff18.diff
LOG: Fix the Clang sphinx bot
This should resolve the issues with:
https://lab.llvm.org/buildbot/#/builders/92/builds/29439
Added:
Modified:
clang/docs/DebuggingCoroutines.rst
Removed:
################################################################################
diff --git a/clang/docs/DebuggingCoroutines.rst b/clang/docs/DebuggingCoroutines.rst
index 1d07542872cbd..e6942a4be6dbf 100644
--- a/clang/docs/DebuggingCoroutines.rst
+++ b/clang/docs/DebuggingCoroutines.rst
@@ -139,7 +139,7 @@ print the coroutine frame by:
Just as printing the `promise_type` is possible from the coroutine address,
printing the details of the coroutine frame from an address is also possible:
-.. parsed-literal::
+::
(gdb) # Get the address of coroutine frame
(gdb) print/x *0x418eb0
More information about the cfe-commits
mailing list