Skip to content

Commit 29da27d

Browse files
committed
---
yaml --- r: 346071 b: refs/heads/master c: d23dc4c h: refs/heads/master i: 346069: 6a251b4 346067: 3075a9c 346063: d42446b
1 parent e01f4c5 commit 29da27d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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: 4e9e3a1a3ee2b99727d876cf7b28af42af9f1561
2+
refs/heads/master: d23dc4c9489952c31b07cfaa9c3300762800ce9a
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/test/DebugInfo/Constructors.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ struct Foo {
44
// CHECK: !DISubprogram(name: "init", linkageName: "$s12Constructors3FooV1xACs5Int64V_tcfC",
55
// CHECK-SAME: line: [[@LINE+3]]
66
// CHECK-NOT: scopeLine: 0
7-
// CHECK-SAME: isDefinition: true
7+
// CHECK-SAME: DISPFlagDefinition
88
init(x: Int64) {}
99
func bar(_ x: Int64) {}
1010
}

trunk/test/DebugInfo/archetype.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ protocol RandomAccessIndex : IntegerArithmetic {
1212
// archetype.ExistentialTuple <A : RandomAccessIndex, B>(x : A, y : A) -> B
1313
// CHECK: !DISubprogram(name: "ExistentialTuple", linkageName: "$s9archetype16ExistentialTuple
1414
// CHECK-SAME: line: [[@LINE+2]]
15-
// CHECK-SAME: isDefinition: true
15+
// CHECK-SAME: DISPFlagDefinition
1616
func ExistentialTuple<T: RandomAccessIndex>(_ x: T, y: T) -> T.Distance {
1717
// (B, Swift.Bool)
1818
// CHECK: !DILocalVariable(name: "tmp"

trunk/test/DebugInfo/test-foundation.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ class MyObject : NSObject {
3232
}
3333
}
3434

35-
// SANITY-DAG: !DISubprogram(name: "blah",{{.*}} line: [[@LINE+2]],{{.*}} isDefinition: true
35+
// SANITY-DAG: !DISubprogram(name: "blah",{{.*}} line: [[@LINE+2]],{{.*}} DISPFlagDefinition
3636
extension MyObject {
3737
@objc func blah() {
3838
var _ = MyObject()
3939
}
4040
}
4141

4242
// SANITY-DAG: ![[NSOBJECT:.*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "NSObject",{{.*}} identifier: "$sSo8NSObjectC"
43-
// SANITY-DAG: !DIGlobalVariable(name: "NsObj",{{.*}} line: [[@LINE+1]],{{.*}} type: ![[NSOBJECT]],{{.*}} isDefinition: true
43+
// SANITY-DAG: !DIGlobalVariable(name: "NsObj",{{.*}} line: [[@LINE+1]],{{.*}} type: ![[NSOBJECT]],{{.*}} DISPFlagDefinition
4444
var NsObj: NSObject
4545
NsObj = MyObject()
4646
var MyObj: MyObject
@@ -74,7 +74,7 @@ func useOptions(_ opt: URL.BookmarkCreationOptions)
7474

7575
// LOC-CHECK: ![[THUNK:.*]] = distinct !DISubprogram({{.*}}linkageName: "$s4main8MyObjectC0B3ArrSo7NSArrayCvgTo"
7676
// LOC-CHECK-NOT: line:
77-
// LOC-CHECK-SAME: isDefinition: true
77+
// LOC-CHECK-SAME: DISPFlagDefinition
7878
// LOC-CHECK: ![[DBG]] = !DILocation(line: 0, scope: ![[THUNK]])
7979

8080
// These debug locations should all be in ordered by increasing line number.

0 commit comments

Comments
 (0)