Add another checker.

Use nullptr where appropriate.
This commit is contained in:
David Chisnall
2019-04-29 15:00:25 +01:00
parent c3c71afa57
commit 22d33ebf99
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
Checks: '-*,clang-diagnostic-*,google-readability-casting,readability-else-after-return'
Checks: '-*,clang-diagnostic-*,google-readability-casting,readability-else-after-return,performance-unnecessary-copy-initialization,bugprone-use-after-move,modernize-use-nullptr'