diff options
author | fanquake <fanquake@gmail.com> | 2022-04-25 10:33:32 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-04-26 10:43:33 +0100 |
commit | 9c96f1008b4997aea31f293fed31f98ed3becfcf (patch) | |
tree | 0fde8cbc916bacf938276b445cb3ca2730b2aa9e /configure.ac | |
parent | e53274868e0ec35156349826b0995bc444287690 (diff) |
tidy: enable modernize-use-nullptr
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4c80899e5f..554083a44c 100644 --- a/configure.ac +++ b/configure.ac @@ -1935,6 +1935,7 @@ AC_CONFIG_LINKS([contrib/devtools/test-security-check.py:contrib/devtools/test-s AC_CONFIG_LINKS([contrib/devtools/test-symbol-check.py:contrib/devtools/test-symbol-check.py]) AC_CONFIG_LINKS([contrib/filter-lcov.py:contrib/filter-lcov.py]) AC_CONFIG_LINKS([contrib/macdeploy/background.tiff:contrib/macdeploy/background.tiff]) +AC_CONFIG_LINKS([src/.bear-tidy-config:src/.bear-tidy-config]) AC_CONFIG_LINKS([src/.clang-tidy:src/.clang-tidy]) AC_CONFIG_LINKS([test/functional/test_runner.py:test/functional/test_runner.py]) AC_CONFIG_LINKS([test/fuzz/test_runner.py:test/fuzz/test_runner.py]) |