File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ Objective-C Language Changes in Clang
292
292
293
293
One particular issue you may run into is attempting to use a class
294
294
as a key in a dictionary literal. This will now result in an error,
295
- because ``Class `` is not convertable to ``id<NSCopying> ``. (Note that
295
+ because ``Class `` is not convertible to ``id<NSCopying> ``. (Note that
296
296
this was already a warning in Objective-C mode.) While an arbitrary
297
297
``Class `` object is not guaranteed to implement ``NSCopying ``, the
298
298
default metaclass implementation does. Therefore, the recommended
@@ -500,7 +500,7 @@ Static Analyzer
500
500
501
501
- ``deadcode.DeadStores `` now warns about nested dead stores.
502
502
503
- - Condition values that are relevant to the occurance of a bug are far better
503
+ - Condition values that are relevant to the occurrence of a bug are far better
504
504
explained in bug reports.
505
505
506
506
- Despite still being at an alpha stage, checkers implementing taint analyses
You can’t perform that action at this time.
0 commit comments