Diffusion Clazy 05c9ccade074

Make the clazy plugin also export fixes, not only clazy-standalone

Authored by smartins on May 5 2019, 12:44 PM.

Description

Make the clazy plugin also export fixes, not only clazy-standalone

Now fixits are always enabled (printed on screen, like clang and clang-tidy).
What the user can change is if they are exported to yaml files or not.

This makes the code much simpler and more similar to other tools.
The env variables to choose fixits are gone, you instead choose checks,
and pass --export-fixes= instead. (Or -Xclang -plugin-arg-clazy -Xclang export-fixes
for the plugin)

Details

Committed
smartinsMay 5 2019, 5:19 PM
Parents
R74:a95d6e93bdf7: tests: Also test fixits there were introduced in headers
Branches
Unknown
Tags
Unknown