mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Make sure we don't ever try to record semantic tokens for a different buffer. This works around an ASTWalker issue where it will walk macro expanded bodies even in non-macro-expansion mode. rdar://165420658