r326194 - AttrDocs.td: fix bad bullet list

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 27 05:48:47 PST 2018


Author: hans
Date: Tue Feb 27 05:48:47 2018
New Revision: 326194

URL: http://llvm.org/viewvc/llvm-project?rev=326194&view=rev
Log:
AttrDocs.td: fix bad bullet list

Modified:
    cfe/trunk/include/clang/Basic/AttrDocs.td

Modified: cfe/trunk/include/clang/Basic/AttrDocs.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/AttrDocs.td?rev=326194&r1=326193&r2=326194&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/AttrDocs.td (original)
+++ cfe/trunk/include/clang/Basic/AttrDocs.td Tue Feb 27 05:48:47 2018
@@ -2277,11 +2277,11 @@ Attribute ``trivial_abi`` has no effect
 
 - 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
   }];
 }
 




More information about the cfe-commits mailing list