Skip to content
Snippets Groups Projects
Commit 7cf089fc authored by Brad King's avatar Brad King
Browse files

clang-tidy: exclude 'modernize-use-noexcept' introduced in 5.0.0

We still support compiling CMake on VS 2013 that does not support
`noexcept`, so disable the clang-tidy diagnostic for now.
parent 76c634c4
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ modernize-*,\
-modernize-use-emplace,\
-modernize-use-equals-default,\
-modernize-use-equals-delete,\
-modernize-use-noexcept,\
-modernize-use-transparent-functors,\
-modernize-use-using,\
performance-*,\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment