diff options
| author | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2020-02-27 14:42:46 +0000 |
|---|---|---|
| committer | Sven van Haastregt <sven.vanhaastregt@arm.com> | 2020-02-27 14:42:46 +0000 |
| commit | b65707e4818e3b5694786b90e6ebdaa17910b016 (patch) | |
| tree | bc989197143419a9d4e208efdb60e8ded59dfab7 | |
| parent | 6ff25fbe749efca9faf1fc0a9d30e51272ce0653 (diff) | |
| download | bcm5719-llvm-b65707e4818e3b5694786b90e6ebdaa17910b016.tar.gz bcm5719-llvm-b65707e4818e3b5694786b90e6ebdaa17910b016.zip | |
[ReleaseNotes] Fix typos
| -rw-r--r-- | clang/docs/ReleaseNotes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index d959791d75b..c3097bcba8d 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -292,7 +292,7 @@ Objective-C Language Changes in Clang One particular issue you may run into is attempting to use a class as a key in a dictionary literal. This will now result in an error, - because ``Class`` is not convertable to ``id<NSCopying>``. (Note that + because ``Class`` is not convertible to ``id<NSCopying>``. (Note that this was already a warning in Objective-C mode.) While an arbitrary ``Class`` object is not guaranteed to implement ``NSCopying``, the default metaclass implementation does. Therefore, the recommended @@ -500,7 +500,7 @@ Static Analyzer - ``deadcode.DeadStores`` now warns about nested dead stores. -- Condition values that are relevant to the occurance of a bug are far better +- Condition values that are relevant to the occurrence of a bug are far better explained in bug reports. - Despite still being at an alpha stage, checkers implementing taint analyses |

