File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -205,15 +205,15 @@ 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 {}; ``.
215
215
216
- This allows the ``_Nullable `` and ``_Nonnull` family of type attributes to
216
+ This allows the ``_Nullable `` and ``_Nonnull `` family of type attributes to
217
217
apply to this class.
218
218
219
219
Improvements to Clang's diagnostics
You can’t perform that action at this time.
0 commit comments