Argyrios Kyrtzidis
|
286927effa
|
[Parser] Fix source range for an incomplete function that has no open paren.
Swift SVN r15182
|
2014-03-18 05:31:28 +00:00 |
|
Dmitri Hrybenko
|
c5f0a44c60
|
Parser: don't use EOF as source location for an error expr, AST verifier
rightfully complains about improper source range nesting
<rdar://problem/16276969> Crash in swift::ide::isSourceInputComplete()
Swift SVN r15115
|
2014-03-16 21:49:47 +00:00 |
|
Argyrios Kyrtzidis
|
e38950ca4f
|
[Parser] Fix verifier crash with incomplete switch case statement.
Swift SVN r13437
|
2014-02-04 18:19:31 +00:00 |
|
Argyrios Kyrtzidis
|
0e12f527b3
|
[Parser] Fix verifier crash with case statements in incomplete source.
Swift SVN r13315
|
2014-02-02 03:14:35 +00:00 |
|
Argyrios Kyrtzidis
|
fa240a959b
|
[Parser] Fix verifier crash when a switch statement has unmatched brace.
Swift SVN r13314
|
2014-02-02 03:14:34 +00:00 |
|
Argyrios Kyrtzidis
|
8758451a43
|
[Parser/IDE] Introduce ide::isSourceInputComplete() which returns true if the input source is fully formed,
or false if, for example, a closing brace is missing.
This is useful for the REPL.
rdar://15948039
Swift SVN r13313
|
2014-02-02 03:14:33 +00:00 |
|