[clang] 23d8eca - Silence a sphinx diagnostic; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 12 10:03:14 PDT 2022


Author: Aaron Ballman
Date: 2022-07-12T13:02:20-04:00
New Revision: 23d8ecaa9f97a34ddc80d0ee3fcf885aa0302855

URL: https://github.com/llvm/llvm-project/commit/23d8ecaa9f97a34ddc80d0ee3fcf885aa0302855
DIFF: https://github.com/llvm/llvm-project/commit/23d8ecaa9f97a34ddc80d0ee3fcf885aa0302855.diff

LOG: Silence a sphinx diagnostic; NFC

This addresses the failure with:
https://lab.llvm.org/buildbot/#/builders/92/builds/29618

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 a1b6f8f9e1fb..aff0dbbdd94d 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -6616,6 +6616,7 @@ The attribute ``function_return`` can replace return instructions with jumps to
 target-specific symbols. This attribute supports 2 possible values,
 corresponding to the values supported by the ``-mfunction-return=`` command
 line flag:
+
 * ``__attribute__((function_return("keep")))`` to disable related transforms.
   This is useful for undoing global setting from ``-mfunction-return=`` locally
   for individual functions.


        


More information about the cfe-commits mailing list