Skip to content

Commit ea228a6

Browse files
committed
experiment
1 parent 2997ac3 commit ea228a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/APIDigester/ModuleAnalyzerNodes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@ SDKContext::shouldIgnore(Decl *D, const Decl* Parent) const {
17891789
return true;
17901790
if (isa<clang::FieldDecl>(ClangD))
17911791
return true;
1792-
if (ClangD->hasAttr<clang::SwiftPrivateAttr>())
1792+
if (ClangD->hasAttr<clang::DeprecatedAttr>())
17931793
return true;
17941794

17951795
// If this decl is a synthesized member from a conformed clang protocol, we

0 commit comments

Comments
 (0)