Skip to content
Snippets Groups Projects
Commit 0519f81b authored by Hans Wennborg's avatar Hans Wennborg Committed by Wolfgang Puffitsch
Browse files

ReleaseNotes: fix typo reported by Eugene

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_38@260984 91177308-0d34-0410-b5e6-96231b3b80d8
parent c8529275
No related branches found
No related tags found
No related merge requests found
...@@ -228,7 +228,7 @@ Several new checks were added: ...@@ -228,7 +228,7 @@ Several new checks were added:
``-enable-checker optin.performance.Padding``. ``-enable-checker optin.performance.Padding``.
- The checks to detect misuse of ``_Nonnull`` type qualifiers as well as checks - The checks to detect misuse of ``_Nonnull`` type qualifiers as well as checks
to detect misuse of Objective-C generics were added. to detect misuse of Objective-C generics were added.
- The analyzer now has opt in checks to detect localization errors in Coca - The analyzer now has opt in checks to detect localization errors in Cocoa
applications. The checks warn about uses of non-localized ``NSStrings`` applications. The checks warn about uses of non-localized ``NSStrings``
passed to UI methods expecting localized strings and on ``NSLocalizedString`` passed to UI methods expecting localized strings and on ``NSLocalizedString``
macros that are missing the comment argument. These can be enabled by passing macros that are missing the comment argument. These can be enabled by passing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment