summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/avoid-unavailable-implementation-warning-in-app-extension.m
Commit message (Collapse)AuthorAgeFilesLines
* [ObjC] Supress the 'implementing unavailable method' warning whenAlex Lorenz2018-05-031-0/+24
the method declaration is unavailable for an app extension platform Rationale: Classes are often shared between an app extension code and non-app extension code. There's no way to remove the implementation using preprocessor when building the app extension, so we should not warn here. rdar://38150617 llvm-svn: 331421
OpenPOWER on IntegriCloud