Files
sourcekit-lsp/Sources
Alex Hoppen ba41b21163 Don’t display MARK comments as children of the nodes they are attached to
We used to walk the leading and trailing trivia when walking the token that’s a child of the node. This caused us to eg. report the `MARK` comment in the following as a child of `myFunc` instead of a as a sibling of `myFunc`.

```swift
struct Foo {
  // MARK: Marker
  func myFunc() {}
}
```

rdar://121600714
2024-02-19 13:35:55 -08:00
..
2024-02-19 08:20:58 -08:00