[clang] 4883145 - [clang] Fix sphinx "start-string without end-string" warning

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 9 03:31:41 PST 2022


Author: Simon Pilgrim
Date: 2022-02-09T11:31:24Z
New Revision: 4883145a8fd767f5e29a03f919bb3c86ac401b07

URL: https://github.com/llvm/llvm-project/commit/4883145a8fd767f5e29a03f919bb3c86ac401b07
DIFF: https://github.com/llvm/llvm-project/commit/4883145a8fd767f5e29a03f919bb3c86ac401b07.diff

LOG: [clang] Fix sphinx "start-string without end-string" warning

This looks to introduced in D110869

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 9ce3d59bc5d97..0e871b4aaf1a1 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -6279,7 +6279,7 @@ subset of all call-used registers before the function returns. It's used to
 increase program security by either mitigating `Return-Oriented Programming`_
 (ROP) attacks or preventing information leakage through registers.
 
-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
 unchanged for the caller by the current calling convention. This could also be
 described as "caller-saved" or "not callee-saved".
 


        


More information about the cfe-commits mailing list