llvm-project/clang/lib/AST
Alex Lorenz f4d4cfbefa [ObjC] Supress the 'implementing unavailable method' warning when
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
2018-05-03 01:12:06 +00:00
..
APValue.cpp [ExprConstant] Use an AST node and a version number as a key to create 2018-04-10 05:15:01 +00:00
ASTConsumer.cpp Move LocInfoType from Sema to AST. 2016-02-01 17:42:01 +00:00
ASTContext.cpp Implement P0482R2, support for char8_t type. 2018-05-01 05:02:45 +00:00
ASTDiagnostic.cpp Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:31:42 +00:00
ASTDumper.cpp Revert rC330794 and some dependent tiny bug fixes 2018-04-26 00:42:40 +00:00
ASTImporter.cpp [ASTImporter] Fix isa cast assert 2018-05-02 11:52:54 +00:00
ASTStructuralEquivalence.cpp [ASTImporter] FriendDecl importing improvements 2018-04-25 17:28:03 +00:00
ASTTypeTraits.cpp Teach clang-query to dump types. I couldn't find any existing tests for clang-query's dumping functionality. =( 2016-11-02 23:57:18 +00:00
AttrImpl.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
CMakeLists.txt Moved QualTypeNames.h from Tooling to AST. 2017-11-08 10:39:03 +00:00
CXXABI.h Fix __has_unique_object_representations implementation 2017-11-30 16:37:02 +00:00
CXXInheritance.cpp Remove redundant casts. NFC 2018-03-01 05:43:23 +00:00
Comment.cpp [AST] Look through attribute type locs when searching for function type 2017-04-26 12:46:27 +00:00
CommentBriefParser.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
CommentCommandTraits.cpp
CommentLexer.cpp Fix 'unknown documentation command' warning ranges 2016-10-25 10:06:11 +00:00
CommentParser.cpp [cleanup] Remove excessive padding from TextTokenRetokenizer::Position 2016-09-20 18:32:48 +00:00
CommentSema.cpp -Wdocumentation should allow '...' params in variadic function type aliases 2017-10-06 20:51:04 +00:00
DataCollection.cpp [analyzer] Make StmtDataCollector customizable 2017-08-23 16:28:26 +00:00
Decl.cpp [CXX] Templates specialization visibility can be wrong 2018-04-19 15:46:43 +00:00
DeclBase.cpp [ObjC] Supress the 'implementing unavailable method' warning when 2018-05-03 01:12:06 +00:00
DeclCXX.cpp [ObjC++] Never pass structs that transitively contain __weak fields in 2018-04-09 22:48:22 +00:00
DeclFriend.cpp [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC). 2018-04-03 00:11:50 +00:00
DeclGroup.cpp [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-10 00:59:22 +00:00
DeclObjC.cpp [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC). 2018-04-09 22:14:10 +00:00
DeclOpenMP.cpp [OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during source 2016-12-20 16:51:02 +00:00
DeclPrinter.cpp [Attr] Print enum attributes at correct position 2018-04-24 14:50:23 +00:00
DeclTemplate.cpp Revert rC330794 and some dependent tiny bug fixes 2018-04-26 00:42:40 +00:00
DeclarationName.cpp [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-21 23:26:08 +00:00
Expr.cpp [coroutines] Fix unused warning on result of co_yield. 2018-03-27 03:33:06 +00:00
ExprCXX.cpp [AST] Fix some Clang-tidy modernize-use-auto and Include What You Use warnings; other minor fixes (NFC). 2018-04-10 22:54:42 +00:00
ExprClassification.cpp [AST] Fix some Clang-tidy modernize-use-auto and Include What You Use warnings; other minor fixes (NFC). 2018-04-10 22:54:42 +00:00
ExprConstant.cpp Implement P0482R2, support for char8_t type. 2018-05-01 05:02:45 +00:00
ExprObjC.cpp [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-30 22:33:48 +00:00
ExternalASTMerger.cpp [ASTImporter] avoid warnings: unused var, switch covered 2018-01-26 12:06:44 +00:00
ExternalASTSource.cpp [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-08 00:39:18 +00:00
InheritViz.cpp
ItaniumCXXABI.cpp Fix __has_unique_object_representations implementation 2017-11-30 16:37:02 +00:00
ItaniumMangle.cpp Implement P0482R2, support for char8_t type. 2018-05-01 05:02:45 +00:00
Linkage.h Give external linkage and mangling to lambdas inside inline variables and variable templates. 2017-09-22 04:25:05 +00:00
Mangle.cpp [modules ts] Ensure that module linkage variables are always emitted and always have their name mangled. 2017-09-07 00:55:55 +00:00
MicrosoftCXXABI.cpp Remove redundant casts. NFC 2018-03-01 05:43:23 +00:00
MicrosoftMangle.cpp Fix bogus MSVC char8_t mangling. 2018-05-01 18:50:15 +00:00
NSAPI.cpp Implement P0482R2, support for char8_t type. 2018-05-01 05:02:45 +00:00
NestedNameSpecifier.cpp Clean up use of C allocation functions 2018-02-21 02:02:39 +00:00
ODRHash.cpp [ODRHash] Hash template arguments of methods. 2018-04-25 00:31:15 +00:00
OpenMPClause.cpp [OPENMP] Code cleanup and code improvements. 2018-04-18 15:57:46 +00:00
ParentMap.cpp [analyzer] Correctly model iteration through "nil" objects 2018-03-08 02:53:39 +00:00
QualTypeNames.cpp Moved QualTypeNames.h from Tooling to AST. 2017-11-08 10:39:03 +00:00
RawCommentList.cpp [NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applying r326501.) 2018-03-02 00:07:45 +00:00
RecordLayout.cpp [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-10 00:59:22 +00:00
RecordLayoutBuilder.cpp PR37275 packed attribute should not apply to base classes 2018-04-29 04:55:46 +00:00
SelectorLocationsKind.cpp
Stmt.cpp Fix typos in clang 2018-04-06 15:14:32 +00:00
StmtCXX.cpp [coroutines] Add serialization/deserialization of coroutines 2017-07-25 18:01:49 +00:00
StmtIterator.cpp [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-21 23:26:08 +00:00
StmtObjC.cpp Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00
StmtOpenMP.cpp [OPENMP] Add support for cancel constructs in `target teams distribute 2017-11-22 21:12:03 +00:00
StmtPrinter.cpp [AST] Fix some Clang-tidy modernize-use-auto and Include What You Use warnings; other minor fixes (NFC). 2018-04-10 22:54:42 +00:00
StmtProfile.cpp [ODRHash] Handle some template weirdness. 2018-02-22 05:32:25 +00:00
StmtViz.cpp
TemplateBase.cpp Remove redundant casts. NFC 2018-03-01 05:43:23 +00:00
TemplateName.cpp Fix a couple of cases where we would fail to correctly parse deduced class template specialization types. 2018-02-28 03:02:23 +00:00
Type.cpp Implement P0482R2, support for char8_t type. 2018-05-01 05:02:45 +00:00
TypeLoc.cpp Implement P0482R2, support for char8_t type. 2018-05-01 05:02:45 +00:00
TypePrinter.cpp Fix printing of reference-to-reference types. 2018-04-29 05:33:38 +00:00
VTTBuilder.cpp [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-12-01 22:04:49 +00:00
VTableBuilder.cpp Fix typos in clang 2018-04-06 15:14:32 +00:00