rename "unless" to "require" and give it an 'else' keyword.

Swift SVN r28059
This commit is contained in:
Chris Lattner
2015-05-02 00:16:44 +00:00
parent 5bc23acf75
commit 0011b3ae21
26 changed files with 121 additions and 109 deletions

View File

@@ -91,7 +91,7 @@ enum class SyntaxStructureKind : uint8_t {
WhileStatement,
RepeatWhileStatement,
IfStatement,
UnlessStatement,
RequireStatement,
SwitchStatement,
CaseStatement,
Parameter,