Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ObjC] Supress the 'implementing unavailable method' warning when | Alex Lorenz | 2018-05-03 | 1 | -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 |