Add clang-tidy support and fix modernize-use-nullptr (#966)

C++11 standardizes the "nullptr" keyword, which replaces the
implementation-defined macro null pointer "NULL" or a hardcoded 0.

---------

Co-authored-by: Tamás Bálint Misius <lbphacker@gmail.com>
This commit is contained in:
JJ Marr
2024-12-18 13:11:06 -05:00
committed by GitHub
parent 0506bc4f89
commit 7394a1c081
80 changed files with 382 additions and 309 deletions

View File

@@ -83,7 +83,7 @@ if host_platform == 'windows'
rc_conf_data.set('WINUTF8_XML', winutf8_xml_path)
rc_conf_data.set('ICON_EXE_ICO', icon_exe_ico_path)
rc_conf_data.set('ICON_CPS_ICO', icon_cps_ico_path)
powder_files += windows_mod.compile_resources(
powder_external_files += windows_mod.compile_resources(
configure_file(
input: 'powder-res.template.rc',
output: 'powder-res.rc',