mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SR-10972] swift-api-digester: avoid diagnosing the removal of __derived_enum_equals and __derived_struct_equals
These functions are compiler implementation details and diagnosing them is redundant and may be confusing to framework authors.
This commit is contained in:
@@ -164,6 +164,10 @@ class SDKContext {
|
||||
std::vector<BreakingAttributeInfo> BreakingAttrs;
|
||||
|
||||
public:
|
||||
// Define the set of known identifiers.
|
||||
#define IDENTIFIER_WITH_NAME(Name, IdStr) StringRef Id_##Name = IdStr;
|
||||
#include "swift/AST/KnownIdentifiers.def"
|
||||
|
||||
SDKContext(CheckerOptions Options);
|
||||
llvm::BumpPtrAllocator &allocator() {
|
||||
return Allocator;
|
||||
|
||||
Reference in New Issue
Block a user