Skip to content

Use more nullptr

Friedrich W. H. Kossebau requested to merge work/kossebau/morenullptr into master

And another thing which I noticed, as I have -Wzero-as-null-pointer-constant in my default build flas :)

Patch mainly created usiung run-clang-tidy -header-filter='.' -checks='-,modernize-use-nullptr' -fix

Merge request reports