summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-03-20 19:38:10 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-03-20 19:38:10 +0000
commit1cbecc7aad843b677ea078734493ae1122303b1f (patch)
tree16f75dc3f4cf11435a8c4322e1ff56dd7ad8f9b2 /Jamroot.jam
parentWork around warning of expression with side-effects in typeid (diff)
downloadicetray-1cbecc7aad843b677ea078734493ae1122303b1f.tar.bz2
icetray-1cbecc7aad843b677ea078734493ae1122303b1f.tar.xz
icetray-1cbecc7aad843b677ea078734493ae1122303b1f.zip
First round of clang tidy changes
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam9
1 files changed, 8 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 704caf4..909ef13 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -15,7 +15,14 @@ project
<variant>debug:<cxxflags>"-W -Wall -Werror -Wextra"
<variant>coverage:<cxxflags>"--coverage"
<variant>coverage:<linkflags>"--coverage"
- ;
+ <toolset>tidy:<checkxx>boost-*
+ <toolset>tidy:<checkxx>bugprone-*
+ <toolset>tidy:<checkxx>clang-*
+ <toolset>tidy:<checkxx>misc-*
+#<toolset>tidy:<checkxx>modernize-*
+ <toolset>tidy:<checkxx>hicpp-*
+#<toolset>tidy:<checkxx>performance-*
+ ;
build-project icetray ;