cppcheck/cli
Scott Furry a195477470 Correct Zero/Null as pointer constant (#1938)
Building with enhanced clang warnings indicated a large number of
instances with the warning:

`warning: zero as null pointer constant`

Recommended practice in C++11 is to use `nullptr` as value for
a NULL or empty pointer value. All instances where this warning
was encountered were corrected in this commit.

Where warning was encountered in dependency code (i.e. external library)
no chnages were made. Patching will be offered upstream.
2019-06-30 21:39:22 +02:00
..
CMakeLists.txt
cli.vcxproj
cli.vcxproj.filters
cmdlineparser.cpp Fixed #8929 ('cppcheck -E' should output valid/compileable code) 2019-05-11 14:00:42 +02:00
cmdlineparser.h
cppcheckexecutor.cpp Correct Zero/Null as pointer constant (#1938) 2019-06-30 21:39:22 +02:00
cppcheckexecutor.h
filelister.cpp
filelister.h
main.cpp Set version 1.88 2019-06-29 08:38:13 +02:00
threadexecutor.cpp Update Copyright 2019-06-29 07:49:14 +02:00
threadexecutor.h
version.rc