aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Gagneraud <christian.gagneraud@navico.com>2019-05-13 13:57:28 +1200
committerChristian Gagneraud <christian.gagneraud@navico.com>2019-05-13 13:59:48 +1200
commitf573bd714c10bce46640173647d821229906f824 (patch)
tree21dd0dec70c4c048cc407c8cc63c5c48e0e0e5e8 /src
parent8863e191a9349b6403623e2268f1da976092cea6 (diff)
clang plugin: remove reference to CLAZY_FIXIT from help message
Differential Revision: https://phabricator.kde.org/D21178
Diffstat (limited to 'src')
-rw-r--r--src/Clazy.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Clazy.cpp b/src/Clazy.cpp
index 9bbdce6d..c614ded8 100644
--- a/src/Clazy.cpp
+++ b/src/Clazy.cpp
@@ -363,9 +363,6 @@ void ClazyASTAction::PrintHelp(llvm::raw_ostream &ros) const
ros << "or pass as compiler arguments, for example:\n";
ros << " -Xclang -plugin-arg-clazy -Xclang reserve-candidates,qstring-allocations\n";
ros << "\n";
- ros << "To enable FixIts for a check, also set the env variable CLAZY_FIXIT, for example:\n";
- ros << " export CLAZY_FIXIT=\"fix-qlatin1string-allocations\"\n\n";
- ros << "FixIts are experimental and rewrite your code therefore only one FixIt is allowed per build.\nSpecifying a list of different FixIts is not supported.\nBackup your code before running them.\n";
}
ClazyStandaloneASTAction::ClazyStandaloneASTAction(const string &checkList,