aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <sergio.martins@kdab.com>2019-05-05 18:38:38 +0100
committerSergio Martins <sergio.martins@kdab.com>2019-05-05 18:38:38 +0100
commit364d4763c498a2f124cf3a430bda87fe68321e9a (patch)
treee770bf5fc59edfd6d514f91206185128ca939b70
parentf958d903b653d75bcaabd819a15494b42868fa6f (diff)
README++
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 33506d38..62e44e91 100644
--- a/README.md
+++ b/README.md
@@ -366,6 +366,9 @@ Simply pass `-Xclang -plugin-arg-clazy -Xclang export-fixes` to clang, or `-expo
Alternatively, set the `CLAZY_EXPORT_FIXES` env variable (works only with the plugin, not with standalone).
Then run `clang-apply-replacements <folder_with_yaml_files>`, which will modify your code.
+When using fixits, prefer to run only a single check each time, so they don't conflict
+with each other modifying the same source lines.
+
**WARNING**: Backup your code and make sure all changes done by clazy are correct.
# Troubleshooting