Commit Graph

4 Commits

Author SHA1 Message Date
Kavon Farvardin
c310abd918 add -emit-ast and -emit-parse as aliases for the -dump-* flags
This is mainly to improve usability for Swift compiler developers.

resolves rdar://99357128
2022-08-30 17:13:53 -07:00
Daniel Rodríguez Troitiño
e7b3163646 [test] Redirect stderr to a different file to avoid mixing with stdout.
In Windows stdout and stderr are not line buffered, so the output of
stderr can be intermixed with the stdout, which will break the test when
checking with CHECK-NEXT and similar. Additionally it seems that stderr
always contains at least one new line.

Redirecting stderr to a file removes the problems with the mixing, and
since the stderr is not checked for this test, should not change
anything.
2019-12-03 17:46:55 -08:00
Vinicius Vendramini
fac5f4d7f0 Simplify the ast-dump test to avoid hitting normal changes in the AST. 2018-11-14 13:38:01 -02:00
Vinicius Vendramini
e6b5acdda4 Add tests for frontend and driver. 2018-11-14 13:38:01 -02:00