[clang] e8cd401 - Remove extraneous ` in AttrDocs.td
via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 24 05:21:50 PST 2023
Author: Utkarsh Saxena
Date: 2023-11-24T14:21:45+01:00
New Revision: e8cd401eaefe8113cae4b4f85ee78600925a9481
URL: https://github.com/llvm/llvm-project/commit/e8cd401eaefe8113cae4b4f85ee78600925a9481
DIFF: https://github.com/llvm/llvm-project/commit/e8cd401eaefe8113cae4b4f85ee78600925a9481.diff
LOG: Remove extraneous ` in AttrDocs.td
Added:
Modified:
clang/include/clang/Basic/AttrDocs.td
Removed:
################################################################################
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index cfd806aa3a029be..be74535e28d8a60 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -7585,7 +7585,7 @@ def CoroLifetimeBoundDoc : Documentation {
let Category = DocCatDecl;
let Content = [{
The ``[[clang::coro_lifetimebound]]`` is a class attribute which can be applied
-to a `coroutine return type (`CRT`_) (i.e.
+to a coroutine return type (`CRT`_) (i.e.
it should also be annotated with ``[[clang::coro_return_type]]``).
All parameters of a function are considered to be lifetime bound. See `documentation`_
More information about the cfe-commits
mailing list