File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -205,10 +205,10 @@ Attribute Changes in Clang
205
205
to certain C++ class types, such as smart pointers:
206
206
``void useObject(std::unique_ptr<Object> _Nonnull obj); ``.
207
207
208
- This works for standard library types including ``unique_ptr ``, ``shared_ptr ``
209
- and ``function ``. See ` the attribute reference
210
- documentation <https://llvm.org/docs/AttributeReference.html#nullability-attributes> `_
211
- for the full list.
208
+ This works for standard library types including ``unique_ptr ``, ``shared_ptr ``,
209
+ and ``function ``. See
210
+ ` the attribute reference documentation <https://llvm.org/docs/AttributeReference.html#nullability-attributes >`_
211
+ for the full list.
212
212
213
213
- The ``_Nullable `` attribute can be applied to C++ class declarations:
214
214
``template <class T> class _Nullable MySmartPointer {}; ``.
You can’t perform that action at this time.
0 commit comments