Skip to content

Commit 4855018

Browse files
committed
Fix sphinx warnings in AttributeReference, NFC
The previous attempt in d34c8c7 didn't help (the problem was missing indentation), and another issue was introduced by a51d51a.
1 parent 400bdbc commit 4855018

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2949,7 +2949,7 @@ Attribute ``trivial_abi`` has no effect in the following cases:
29492949
- Copy constructors and move constructors of the class are all deleted.
29502950
- The class has a base class that is non-trivial for the purposes of calls.
29512951
- The class has a non-static data member whose type is non-trivial for the
2952-
purposes of calls, which includes:
2952+
purposes of calls, which includes:
29532953

29542954
- classes that are non-trivial for the purposes of calls
29552955
- __weak-qualified types in Objective-C++
@@ -3694,11 +3694,10 @@ deprecated, only exists for compatibility purposes, and should not be used in
36943694
new code.
36953695

36963696
* ``swift_newtype(struct)`` means that a Swift struct will be created for this
3697-
typedef.
3697+
typedef.
36983698

36993699
* ``swift_newtype(enum)`` means that a Swift enum will be created for this
3700-
ypedef.
3701-
3700+
typedef.
37023701

37033702
.. code-block:: c
37043703

0 commit comments

Comments
 (0)