Skip to content

Commit

Permalink
Removed xcscmblueprint and ignored it
Browse files Browse the repository at this point in the history
  • Loading branch information
harlanhaskins committed Apr 14, 2017
1 parent ac07f64 commit 9cb460a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -19,6 +19,7 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
*.xcscmblueprint

# SwiftPM
.build/
Expand Down
2 changes: 1 addition & 1 deletion Sources/Semantic Analysis/Sema.swift
Expand Up @@ -908,7 +908,7 @@ class Sema: ASTTransformer, Pass {
Argument(val: expr.rhs)
]), loc: expr.opRange?.start)
}

override func visitTernaryExpr(_ expr: TernaryExpr) -> Result {
super.visitTernaryExpr(expr)
expr.type = expr.trueCase.type
Expand Down

This file was deleted.

0 comments on commit 9cb460a

Please sign in to comment.