Files
swift-mirror/lib/Syntax/RawSyntax.cpp
Rintaro Ishizaki 5c8cacec17 [Syntax] Include leading/trailing trivia size to the cache ID
We have to differenciate cache IDs between:
  (Token l_brace
    (trivia space 1)
    (text="{"))
and:
  (Token l_brace
    (text="{")
    (trivia space 1))
2019-10-21 15:42:19 -07:00

11 KiB