This is an archive of the discontinued LLVM Phabricator instance.

Static Analyzer - Localizability Checker: New Localizable APIs for macOS Sierra
ClosedPublic

Authored by kulpreet on Jul 28 2016, 11:43 AM.

Details

Summary
  • Added in new iOS and macOS APIs that require a localized string
  • Removed two APIs that incorrectly were marked as requiring a localized string

Diff Detail

Repository
rL LLVM

Event Timeline

kulpreet updated this revision to Diff 65963.Jul 28 2016, 11:43 AM
kulpreet retitled this revision from to Static Analyzer - Localizability Checker: New Localizable APIs for macOS Sierra.
kulpreet updated this object.
kulpreet added reviewers: zaks.anna, dcoughlin.
kulpreet added a subscriber: cfe-commits.
NoQ added a subscriber: NoQ.Jul 28 2016, 1:23 PM
dcoughlin edited edge metadata.Jul 28 2016, 1:35 PM

This doesn't compile for me. It looks like there are two separate declarations of 'buttonWithTitleNSButton'.

kulpreet updated this revision to Diff 66006.Jul 28 2016, 2:33 PM
kulpreet edited edge metadata.

Sorry, uploaded the wrong patch. This one should compile with the unique variable names.

zaks.anna accepted this revision.Jul 29 2016, 5:39 PM
zaks.anna edited edge metadata.

LGTM

Thank you!

This revision is now accepted and ready to land.Jul 29 2016, 5:39 PM
This revision was automatically updated to reflect the committed changes.