Commits

Ben Langmuir committed 8030d448261
[SyntaxMap] Fold unary minus into numeric literals Unlike other prefix operators, unary minus is folded into the NumberLiteralExpr in the parser. This commit recreates this effect in the lexer-based syntax map so that token ranges will include the leading minus. rdar://problem/20205885