Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-08-18 20:29:35 +0300
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>2020-09-01 09:37:03 +0300
commit5cec1373ad6d28845a9588033171cd65dc29fc1e (patch)
tree4189aa99dc2aabea1b534d3cfc2e010bd5242740 /.clang-tidy
parent608bf025e6f6bd34266a47b0c92273dd8fbccba9 (diff)
Enable bugprone-macro-parentheses clang-tidy check
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index b877c6d0a..d8b14cd39 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -2,6 +2,7 @@ Checks: '-*,
bugprone-argument-comment,
bugprone-branch-clone,
bugprone-forward-declaration-namespace,
+ bugprone-macro-parentheses,
cppcoreguidelines-init-variables,
misc-*,
-misc-non-private-member-variables-in-classes,