Argyrios Kyrtzidis
146be88a6e
[FixCode] When picking-up fixits for migration ignore the fixits for adding @objc(selector).
...
These interact badly with the swift migrator, they are triggered by label mismatches in pre-migrated code.
We also don't generally need them since we do inference for the most common cases.
2016-05-26 17:15:19 -07:00
Argyrios Kyrtzidis
48a063e853
[FixCode] Follow-up for b4a2b53739, ignore another diagnostic fixit that is messing with argument labels.
2016-05-26 17:15:19 -07:00
Argyrios Kyrtzidis
b4a2b53739
[FixCode] When picking-up fixits for migration ignore argument label fixits.
...
These interact badly with the swift migrator, they are undoing migration of arguments to preserve the no-label for first argument.
2016-05-24 16:31:49 -07:00
Argyrios Kyrtzidis
6b8ee42248
[fixcode] Accept the fixit for adding bang to unwrap optional.
...
This is useful for getting fixits for the IOU handling changes.
2016-05-11 13:58:24 -07:00
Argyrios Kyrtzidis
e5821519a4
[fixcode] Accept the warning fixit for single argument function types requiring parentheses.
2016-05-11 13:33:00 -07:00
Argyrios Kyrtzidis
3dbfd5c1d5
[fixcode] Accept the warning fixit for extraneous duplicate parameter label.
2016-05-09 07:44:34 -07:00
practicalswift
cd47ad1cf4
[gardening] Fix headers.
2016-04-24 21:51:00 +02:00
John McCall
23f961bc0a
Give the FrontendTool library its own header and allow users
...
to observe progress through the frontend.
2016-04-21 14:59:39 -07:00
John McCall
95eeabb025
Move the -frontend logic into its own library to allow re-use
...
and abstraction (to come).
2016-04-20 22:54:00 -07:00