mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[swift-ide-test] Rename option '-terminal-output' -> '-terminal'.
Swift SVN r8619
This commit is contained in:
@@ -29,7 +29,7 @@ struct SemanticSourceEntity {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/// A function receiving SemanticSourceEntity objects.
|
/// A function receiving SemanticSourceEntity objects.
|
||||||
/// \returns true to continue receiving the next object, false to stop.
|
/// Returns true to continue receiving the next object, false to stop.
|
||||||
typedef std::function<bool(SemanticSourceEntity AnnoTok)>
|
typedef std::function<bool(SemanticSourceEntity AnnoTok)>
|
||||||
SemanticEntityReceiverFn;
|
SemanticEntityReceiverFn;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user