Commit Graph

6 Commits

Author SHA1 Message Date
Alex Hoppen
353473327a [swiftSyntax] Fix issue where swiftc was not found when swiftSyntax is build via Xcode 2018-08-14 17:16:01 -07:00
Saleem Abdulrasool
a4c604ff44 SwiftSyntax: some basic changes needed for Linux support
This adds a couple of changes to support building SwiftSyntax without an ObjC
runtime as well as swift-corelibs-foundation instead of the ObjC Foundation
implemetation.  This is needed to support building SwiftSyntax on Linux.
2018-08-13 08:48:58 -07:00
Harlan
405e34e91c Add descriptions for SwiftSyntax errors (#16339) 2018-05-03 14:40:14 -04:00
David Ungar
f81136040e Use an autoreleasepool instead of explicitly closing the files. 2017-09-27 10:52:12 -07:00
David Ungar
f282babc6a Close files after invoking swiftc in SwiftSyntax tool 2017-09-25 09:21:16 -07:00
Harlan
ade67ca899 [Syntax] Swift libSyntax API (#11320)
* Create Swift libSyntax API

This patch is an initial implementation of the Swift libSyntax API. It
aims to provide all features of the C++ API but exposed to Swift.

It currently resides in SwiftExperimental and will likely exist in a
molten state for a while.

* Only build SwiftSyntax on macOS
2017-08-14 16:47:48 -07:00