Rename -parse flag to -typecheck

A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
This commit is contained in:
David Farler
2016-11-19 11:16:44 -08:00
parent a8471dab2a
commit b7d17b25ba
6031 changed files with 6208 additions and 6208 deletions

View File

@@ -1,7 +1,7 @@
// RUN: rm -rf %t
// RUN: mkdir -p %t
// RUN: %gyb -D_runtime=%target-runtime %s -o %t/main.swift
// RUN: %line-directive %t/main.swift -- %target-swift-frontend -parse -verify %t/main.swift
// RUN: %line-directive %t/main.swift -- %target-swift-frontend -typecheck -verify %t/main.swift
func test_StringSubscriptByInt(
x: String,