summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-03-20 22:13:48 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-03-21 11:21:50 +0200
commit1b65cf7e494ce8fe51a92dc8cee4aaaa81fefec1 (patch)
treea6e8ab10f1ebab298a92597af7ec3cd9f7ee5df9
parent4e7c4560e99d7e1a425adf127eba6fab0abc6d0b (diff)
downloadqtlocation-mapboxgl-upstream/tmpsantos-clang_tidy_performance.tar.gz
[build] Thread clang-tidy performance-* warnings as errorsupstream/tmpsantos-clang_tidy_performance
With all them fixed, they won't come back.
-rw-r--r--.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 3f42ab7103..d9cc3baaa6 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,4 +1,4 @@
Checks: '-*,bugprone-*,clang-analyzer-*,google-*,modernize-*,performance-*,-clang-analyzer-osx.*,-google-readability-braces-around-statements,-google-readability-todo,-google-runtime-int,-google-runtime-references'
-WarningsAsErrors: 'bugprone-use-after-move,performance-move-const-arg'
+WarningsAsErrors: 'bugprone-use-after-move,performance-*'
HeaderFilterRegex: '.*'
FormatStyle: file