mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[IDE] Don't show '@transparent' in the module interface.
rdar://16804855 Swift SVN r17350
This commit is contained in:
@@ -133,6 +133,8 @@ void swift::ide::printSubmoduleInterface(
|
||||
|
||||
AdjustedOptions.PrintDefaultParameterPlaceholder = true;
|
||||
|
||||
AdjustedOptions.PrintAttrTransparent = false;
|
||||
|
||||
SmallVector<Decl *, 1> Decls;
|
||||
M->getDisplayDecls(Decls);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user