We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e099c9 commit 4883145Copy full SHA for 4883145
clang/include/clang/Basic/AttrDocs.td
@@ -6279,7 +6279,7 @@ subset of all call-used registers before the function returns. It's used to
6279
increase program security by either mitigating `Return-Oriented Programming`_
6280
(ROP) attacks or preventing information leakage through registers.
6281
6282
-The term "`call-used" means registers which are not guaranteed to be preserved
+The term "call-used" means registers which are not guaranteed to be preserved
6283
unchanged for the caller by the current calling convention. This could also be
6284
described as "caller-saved" or "not callee-saved".
6285
0 commit comments