Skip to content

Commit

Permalink
Disable hicpp-invalid-access-moved clang-tidy warnings.
Browse files Browse the repository at this point in the history
Because they generate false positives.
  • Loading branch information
joto committed Nov 17, 2017
1 parent 8c03b38 commit c4e705f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-tidy
Expand Up @@ -22,6 +22,9 @@ Checks: '*,-cert-dcl21-cpp,-cppcoreguidelines-pro-bounds-pointer-arithmetic,-cpp
# This is just a matter of preference, and we can't change the interfaces
# now anyways.
#
# hicpp-invalid-access-moved
# Create false positives.
#
# modernize-make-unique
# This is a C++11 library and C++ doesn't have std::make_unique.
#
Expand Down

0 comments on commit c4e705f

Please sign in to comment.