Commit Graph

5 Commits

Author SHA1 Message Date
Saleem Abdulrasool
64268be652 test: invoke python tools properly
Ensure that we use the correct python to run the python based tools.
This also allows these tools to run on Windows which will not
necessarily associate the python script with an interpreter (python).
2018-04-23 17:30:09 -07:00
Dmitri Gribenko
486cab447d tests: replace 'rm -rf %t && mkdir -p %t' with '%empty-directory(%t)'
These changes were made using a script.
2017-06-04 11:08:39 -07:00
David Farler
b7d17b25ba Rename -parse flag to -typecheck
A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
2016-11-28 10:50:55 -08:00
Jordan Rose
b76dea8cbb Recover from unqualified value lookup the same way as type lookup.
Use the flag added in the previous commit to look for inaccessible
values when an (unqualified) DeclRefExpr can't be resolved.

Finishes rdar://problem/27663403.
2016-09-22 15:09:28 -07:00
Rintaro Ishizaki
2662781b86 [Sema] Add test case for protcol requirement accessibility across files 2016-08-19 20:40:25 +09:00