Skip to content

Commit 4883145

Browse files
committed
[clang] Fix sphinx "start-string without end-string" warning
This looks to introduced in D110869
1 parent 2e099c9 commit 4883145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6279,7 +6279,7 @@ subset of all call-used registers before the function returns. It's used to
62796279
increase program security by either mitigating `Return-Oriented Programming`_
62806280
(ROP) attacks or preventing information leakage through registers.
62816281

6282-
The term "`call-used" means registers which are not guaranteed to be preserved
6282+
The term "call-used" means registers which are not guaranteed to be preserved
62836283
unchanged for the caller by the current calling convention. This could also be
62846284
described as "caller-saved" or "not callee-saved".
62856285

0 commit comments

Comments
 (0)