File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
tools/SourceKit/tools/swift-lang Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: f5d7e7aa960e4e8b87578feed7a69fd82e759bfe
2
+ refs/heads/master: 1f127a38fb52d1506370fc629c12bccf68c2f13c
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ class FormatWalker : public SourceEntityWalker {
575
575
};
576
576
577
577
if (auto AE = dyn_cast_or_null<ApplyExpr>(Node.dyn_cast <Expr *>())) {
578
- // PrefixUnaryExpr shouldn't be syntacticly considered as a funtion call
578
+ // PrefixUnaryExpr shouldn't be syntactically considered as a function call
579
579
// for sibling alignment.
580
580
if (!isa<PrefixUnaryExpr>(AE)) {
581
581
collect (AE->getArg ());
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ if(NOT SWIFT_SOURCEKIT_USE_INPROC_LIBRARY AND SWIFT_BUILD_STDLIB)
5
5
set (DEPENDS_LIST "sourcekitd-test" )
6
6
7
7
# The build type of swiftlang should agree with stdlib
8
+ # This setting could avoid us adding additional search paths when building
9
+ # executables using SwiftLang.
8
10
set (SWIFT_LANG_LIBRARY_BUILD_TYPES )
9
11
if (SWIFT_BUILD_DYNAMIC_STDLIB )
10
12
list (APPEND SWIFT_LANG_LIBRARY_BUILD_TYPES SHARED )
You can’t perform that action at this time.
0 commit comments