mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
f0d4572a92
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