clang-tidy ignore google-global-names-in-headers and misc-redundant-expression

This commit is contained in:
Daniel Agar
2017-04-23 16:54:33 -04:00
parent 180ec59255
commit fffd3d4c4c

View File

@@ -81,7 +81,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
# evaluate # google-build-using-namespace,
google-default-arguments,
## TODO: fix code and enable # google-explicit-constructor,
google-global-names-in-headers,
## evaluate # google-global-names-in-headers,
google-readability-braces-around-statements,
#google-readability-casting,
google-readability-function-size,
@@ -117,7 +117,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
misc-new-delete-overloads,
misc-noexcept-move-constructor,
misc-non-copyable-objects,
misc-redundant-expression,
## TODO: fix and enable # misc-redundant-expression,
misc-sizeof-container,
misc-sizeof-expression,
misc-static-assert,