This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
f6e75b5542
cppcheck
/
lib
History
Ettl Martin
f6e75b5542
fixed clang++ warning: lib/path.cpp:80:2: warning: no newline at end of file [-pedantic]
2010-09-16 21:39:17 +02:00
..
check.h
…
checkautovariables.cpp
…
checkautovariables.h
…
checkbufferoverrun.cpp
…
checkbufferoverrun.h
fixed warning from cppcheck: [lib/checkbufferoverrun.h:129]: (style) 'operator=' should not return a const reference
2010-09-15 22:25:12 +02:00
checkclass.cpp
…
checkclass.h
Symbol database: reduce false negatives for 'uninitialized variable' when calling base class function. ticket:
#1895
2010-09-12 22:40:51 +02:00
checkexceptionsafety.cpp
…
checkexceptionsafety.h
…
checkmemoryleak.cpp
…
checkmemoryleak.h
Rename Severity::e to Severity::SeverityType.
2010-07-14 17:30:03 +03:00
checkobsoletefunctions.cpp
…
checkobsoletefunctions.h
…
checkother.cpp
…
checkother.h
…
checkstl.cpp
…
checkstl.h
…
checkunusedfunctions.cpp
pulled changes from kimmov (filelocation-refactor)
2010-07-19 18:06:49 +02:00
checkunusedfunctions.h
…
classinfo.h
…
cppcheck.cpp
Fixed
#2042
(#error messages should be displayed when user defines are used)
2010-09-12 21:30:47 +02:00
cppcheck.h
…
errorlogger.cpp
…
errorlogger.h
…
executionpath.cpp
…
executionpath.h
doxygen: fixed error messages given by doxygen
2010-06-14 07:54:41 +02:00
filelister.cpp
…
filelister.h
…
filelister_unix.cpp
cleanup headers
2010-07-31 08:52:28 +02:00
filelister_unix.h
…
filelister_win32.cpp
…
filelister_win32.h
…
lib.pri
…
lib.vcproj
…
lib.vcxproj
Move timer code to own cpp/h files.
2010-08-31 23:18:07 +03:00
lib.vcxproj.filters
…
mathlib.cpp
…
mathlib.h
…
path.cpp
…
path.h
…
preprocessor.cpp
…
preprocessor.h
…
settings.cpp
…
settings.h
…
timer.cpp
…
timer.h
Move timer code to own cpp/h files.
2010-08-31 23:18:07 +03:00
token.cpp
…
token.h
Refactoring handling of microsoft types. Ticket:
#1956
2010-08-22 21:53:45 +02:00
tokenize.cpp
…
tokenize.h
…