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 Properly find pcre (#1607) 2019-01-18 21:13:35 +01:00
cli.vcxproj also generate debug information when building for release. This makes (#1003) 2017-11-29 08:31:30 +01:00
cli.vcxproj.filters Fixed Visual Studio build after pathmatch.h/cpp was moved to lib, fixed compiler errors about getcwd 2016-10-02 15:48:03 +02:00
cmdlineparser.cpp Fixed #8929 ('cppcheck -E' should output valid/compileable code) 2019-05-11 14:00:42 +02:00
cmdlineparser.h Updated variable names according to naming convention 2018-08-18 15:45:42 +02:00
cppcheckexecutor.cpp Correct Zero/Null as pointer constant (#1938) 2019-06-30 21:39:22 +02:00
cppcheckexecutor.h Update copyright year 2019-02-09 07:24:06 +01:00
filelister.cpp Update copyright year 2019-02-09 07:24:06 +01:00
filelister.h Updated copyright year 2018-01-14 15:37:52 +01:00
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 threadexecutor.h: Disable THREADING_MODEL_FORK for Cygwin (trac 8973) (#1670) 2019-02-15 21:47:33 +01:00
version.rc Update cli/version.rc 2012-10-15 11:28:08 -05:00