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-Tag: llvmorg-7.0.0-rc1~2658 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=723209d0131c26d7e0de20d38107e2de4bd335bd;p=platform%2Fupstream%2Fllvm.git Fix the indentation in this documentation to remove a Sphinx warning; NFC. llvm-svn: 335841 --- diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 8210bf0..53ae80b0f 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/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). }]; }