Skip to content

Commit 0712800

Browse files
committed
---
yaml --- r: 346861 b: refs/heads/master c: 1f127a3 h: refs/heads/master i: 346859: 14458ff
1 parent 4961ee4 commit 0712800

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: f5d7e7aa960e4e8b87578feed7a69fd82e759bfe
2+
refs/heads/master: 1f127a38fb52d1506370fc629c12bccf68c2f13c
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/lib/IDE/Formatting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ class FormatWalker : public SourceEntityWalker {
575575
};
576576

577577
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
579579
// for sibling alignment.
580580
if (!isa<PrefixUnaryExpr>(AE)) {
581581
collect(AE->getArg());

trunk/tools/SourceKit/tools/swift-lang/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ if(NOT SWIFT_SOURCEKIT_USE_INPROC_LIBRARY AND SWIFT_BUILD_STDLIB)
55
set(DEPENDS_LIST "sourcekitd-test")
66

77
# 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.
810
set(SWIFT_LANG_LIBRARY_BUILD_TYPES)
911
if(SWIFT_BUILD_DYNAMIC_STDLIB)
1012
list(APPEND SWIFT_LANG_LIBRARY_BUILD_TYPES SHARED)

0 commit comments

Comments
 (0)