From: Aaron Ballman Date: Thu, 28 Jun 2018 12:00:16 +0000 (+0000) Subject: Fix the indentation in this documentation to remove a Sphinx warning; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ba30971b95208f233d7fd21f9e9387bebc2ef17;p=clang Fix the indentation in this documentation to remove a Sphinx warning; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335841 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 8210bf0a86..53ae80b0ff 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -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). }]; }