mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SyntaxParseActions::recordToken() et al. may return the same pointer value for different nodes (e.g. `nullptr`). So we cannot use DenseMap to associate the node from the explicit syntax parsing actions to libSyntax node. Instead, use a structure that wraps them.
12 KiB
12 KiB