[IDE] Don't show '@transparent' in the module interface.

rdar://16804855

Swift SVN r17350
This commit is contained in:
Argyrios Kyrtzidis
2014-05-04 01:24:55 +00:00
parent c0e69b8d4a
commit bb66d6dd1a
3 changed files with 8 additions and 1 deletions

View File

@@ -133,6 +133,8 @@ void swift::ide::printSubmoduleInterface(
AdjustedOptions.PrintDefaultParameterPlaceholder = true;
AdjustedOptions.PrintAttrTransparent = false;
SmallVector<Decl *, 1> Decls;
M->getDisplayDecls(Decls);