From: Hans Wennborg Date: Tue, 27 Feb 2018 13:48:47 +0000 (+0000) Subject: AttrDocs.td: fix bad bullet list X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8703860067dddb2ecc1d890d225dfc6b00249197;p=clang AttrDocs.td: fix bad bullet list git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326194 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 4e23e27aea..2447b9fb20 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -2277,11 +2277,11 @@ Attribute ``trivial_abi`` has no effect in the following cases: - The class directly declares a virtual base or virtual methods. - The class has a base class that is non-trivial for the purposes of calls. -- The class has a non-static data member whose type is non-trivial for the -purposes of calls, which includes: - - classes that are non-trivial for the purposes of calls - - __weak-qualified types in Objective-C++ - - arrays of any of the above +- The class has a non-static data member whose type is non-trivial for the purposes of calls, which includes: + + - classes that are non-trivial for the purposes of calls + - __weak-qualified types in Objective-C++ + - arrays of any of the above }]; }