Pavel Yaskevich
b7ab7491e6
[QoI] Provide fix-it for missing "try" when calling throwing function
...
When calling a throwing function without 'try', let's suggest multiple
possibilities of note + fix-it for user to choose from.
Resolves: rdar://problem/33040113
2017-07-09 19:22:43 -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
John McCall
eaac7bbc5a
Treat debugger functions as top-level code for the purposes
...
of throw-without-try error checking.
Also look through one level (but only one level) of do/catch.
rdar://21949031
Swift SVN r30728
2015-07-28 22:22:43 +00:00