]> granicus.if.org Git - clang/commitdiff
AttrDocs.td: fix bad bullet list
authorHans Wennborg <hans@hanshq.net>
Tue, 27 Feb 2018 13:48:47 +0000 (13:48 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 27 Feb 2018 13:48:47 +0000 (13:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326194 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/AttrDocs.td

index 4e23e27aea07714b9c788190b6987b3ecced2a5e..2447b9fb20d60b14ddbcecbe8b875733be342386 100644 (file)
@@ -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
   }];
 }