mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Split PrintOptions::printEverything into printEverything and printVerbose.
The former is for debugging, the latter is for detailed presentation to users. swift -print-ast will continue using printEverything, as will swift-ide-test, but all other features should use printVerbose. Swift SVN r20432
This commit is contained in:
@@ -136,8 +136,6 @@ void swift::ide::printSubmoduleInterface(
|
||||
|
||||
AdjustedOptions.PrintDefaultParameterPlaceholder = true;
|
||||
|
||||
AdjustedOptions.PrintAttrTransparent = false;
|
||||
|
||||
SmallVector<Decl *, 1> Decls;
|
||||
M->getDisplayDecls(Decls);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user