Michael Gottesman
f952ff0ee4
[ast] Move printing code from ASTPrinter onto a helper on BuiltinType and have ASTPrinter call that instead.
2019-07-16 23:26:01 -07:00
Saleem Abdulrasool
7e888d43cd
SwiftDemangle: build on non-Darwin targets
...
This can be useful as a consumer for demangling swift symbols. Build
the shared library on non-Darwin targets as well.
2017-11-01 13:39:37 -07:00
practicalswift
6d1ae2a39c
[gardening] 2016 → 2017
2017-01-06 16:41:22 +01:00
practicalswift
797b80765f
[gardening] Use the correct base URL ( https://swift.org ) in references to the Swift website
...
Remove all references to the old non-TLS enabled base URL (http://swift.org )
2016-11-20 17:36:03 +01:00
practicalswift
1339b5403b
Consistent use of header comment format.
...
Correct format:
//===--- Name of file - Description ----------------------------*- Lang -*-===//
2016-01-04 13:26:31 +01:00
Zach Panzarino
e3a4147ac9
Update copyright date
2015-12-31 23:28:40 +00:00
Joe Groff
0cd5aa8c7c
Change mangling for the Swift module from 'Ss' to 's'.
...
'Ss' appears in manglings tens of thousands of times in the standard library and is also incredibly frequent in other modules. This alone is enough to shrink the standard library by 59KB.
Swift SVN r32409
2015-10-02 22:39:44 +00:00
Dmitri Hrybenko
321d4d4792
Rename libfunctionNameDemangle.dylib to libswiftDemangle.dylib
...
This library becomes a permanent interface that we would need to support
in the long term, so we should get dylib names and APIs right.
rdar://20418214
Swift SVN r26957
2015-04-03 22:12:28 +00:00