]> granicus.if.org Git - clang/commitdiff
Fix the indentation in this documentation to remove a Sphinx warning; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 28 Jun 2018 12:00:16 +0000 (12:00 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 28 Jun 2018 12:00:16 +0000 (12:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335841 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/AttrDocs.td

index 8210bf0a86a89730afa1610921142bf3efca1d9a..53ae80b0ffee67ebba432e3ea9ef797848c13537 100644 (file)
@@ -2946,11 +2946,10 @@ X86 Supports Indirect Branch Tracking (IBT) as part of Control-Flow
 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).
 }];
 }