r335841 - Fix the indentation in this documentation to remove a Sphinx warning; NFC.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 28 05:00:16 PDT 2018


Author: aaronballman
Date: Thu Jun 28 05:00:16 2018
New Revision: 335841

URL: http://llvm.org/viewvc/llvm-project?rev=335841&view=rev
Log:
Fix the indentation in this documentation to remove a Sphinx warning; NFC.

Modified:
    cfe/trunk/include/clang/Basic/AttrDocs.td

Modified: cfe/trunk/include/clang/Basic/AttrDocs.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/AttrDocs.td?rev=335841&r1=335840&r2=335841&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/AttrDocs.td (original)
+++ cfe/trunk/include/clang/Basic/AttrDocs.td Thu Jun 28 05:00:16 2018
@@ -2946,11 +2946,10 @@ X86 Supports Indirect Branch Tracking (I
 Enforcement Technology (CET). IBT instruments ENDBR instructions used to
 specify valid targets of indirect call / jmp.
 The ``nocf_check`` attribute has two roles:
-1. Appertains to a function - do not add ENDBR instruction at the
-    beginning of the function.
-2. Appertains to a function pointer - do not track the target
-    function of this pointer (by adding nocf_check prefix to the
-    indirect-call instruction).
+1. Appertains to a function - do not add ENDBR instruction at the beginning of
+the function.
+2. Appertains to a function pointer - do not track the target function of this
+pointer (by adding nocf_check prefix to the indirect-call instruction).
 }];
 }
 




More information about the cfe-commits mailing list