mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -5,7 +5,7 @@
|
||||
// See https://swift.org/LICENSE.txt for license information
|
||||
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
|
||||
|
||||
// RUN: not %target-swift-frontend %s -parse
|
||||
// RUN: not %target-swift-frontend %s -typecheck
|
||||
class C<T where S:A{struct S<S{class A{class a{func b{
|
||||
let t{}}}{}}class B
|
||||
let s=B
|
||||
|
||||
Reference in New Issue
Block a user