Commit Graph

5 Commits

Author SHA1 Message Date
Anthony Latsis
3cf3d62a5d [NFC][test] Clean up overlooked dead auxiliary test files after...
...https://github.com/swiftlang/swift/pull/81280.
2025-05-07 16:13:49 +01:00
Jordan Rose
41286bc676 Make JSON fix-it outputs be per-primary in batch mode. (#14995)
This means moving the output path into SupplementaryOutputPaths, and
using the same sort of diagnostic dispatching that serialized
diagnostics use. This is part of what's needed to run the migrator
in batch mode.
2018-03-09 11:58:54 -08:00
Robert Widmann
ce6862731f Improve multi-file decompositions through validation 2017-05-02 00:31:03 -04:00
Ben Langmuir
24988f8c42 [fixits] Don't fixit-remove generic arguments on ModuleType
Seeing Module<Args> is more likely to indicate some catastrophic
failure, for instance a missing type with the same name as the module,
than that we should remove the generic arguments.

rdar://problem/26639477
2016-06-04 18:22:18 -07:00
Argyrios Kyrtzidis
8b250d6d35 [driver] Remove the 'swift-fixit' symlink and introduce '-emit-fixits-path' frontend option that
writes compiler fixits as source edits.

Driver option '-fixit-code' adds '-emit-fixits-path' for all the frontend invocations.

Swift SVN r27208
2015-04-10 17:33:29 +00:00