Dmitri Hrybenko
|
f7699f59b5
|
Comment parsing: generate a basic XML document from the brief comment
Swift SVN r15186
|
2014-03-18 11:09:53 +00:00 |
|
Dmitri Hrybenko
|
49754619ee
|
Move USR generation to AST library, so that Serialization library can use it
Swift SVN r14681
|
2014-03-05 11:31:31 +00:00 |
|
Argyrios Kyrtzidis
|
bb4b57c053
|
[IDE] Introduce ide::printDeclUSR() which uses the mangler to provide a USR for a swift symbol.
Swift SVN r14279
|
2014-02-23 06:54:48 +00:00 |
|
Argyrios Kyrtzidis
|
d073e3026c
|
[IDE] Add a convenient overload for ide::isSourceInputComplete that accepts a StringRef.
Swift SVN r13318
|
2014-02-02 06:49:59 +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 |
|