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
c34b77cebf
cppcheck
/
lib
History
Daniel Marjamäki
c34b77cebf
Fixed
#3073
(False positive: Assigning an integer (int/long/etc) to a pointer is not portable)
2011-09-04 13:03:29 +02:00
..
check.h
…
check64bit.cpp
Fixed
#3073
(False positive: Assigning an integer (int/long/etc) to a pointer is not portable)
2011-09-04 13:03:29 +02:00
check64bit.h
…
checkassignif.cpp
…
checkassignif.h
…
checkautovariables.cpp
fix false positive introduced by previous false negative fix commit
2011-09-02 10:39:04 -04:00
checkautovariables.h
…
checkbufferoverrun.cpp
…
checkbufferoverrun.h
…
checkclass.cpp
…
checkclass.h
…
checkexceptionsafety.cpp
Use "enabled" list for the style checking.
2011-08-07 10:28:52 +03:00
checkexceptionsafety.h
Ticket
#2388
. Added more detail to the 'exceptRethrowCopy' error message.
2011-02-06 02:01:14 -08:00
checkmemoryleak.cpp
…
checkmemoryleak.h
…
checknonreentrantfunctions.cpp
…
checknonreentrantfunctions.h
…
checknullpointer.cpp
…
checknullpointer.h
…
checkobsoletefunctions.cpp
…
checkobsoletefunctions.h
…
checkother.cpp
…
checkother.h
fix
#3062
(false negative: Boolean variable is used in bitwise operation)
2011-09-02 17:19:06 -04:00
checkpostfixoperator.cpp
…
checkpostfixoperator.h
…
checkstl.cpp
enable: break out 'performance' and 'portability' from the 'style' id. Ticket:
#3074
2011-09-03 15:30:30 +02:00
checkstl.h
…
checkuninitvar.cpp
…
checkuninitvar.h
…
checkunusedfunctions.cpp
…
checkunusedfunctions.h
…
checkunusedvar.cpp
…
checkunusedvar.h
…
cppcheck.cpp
…
cppcheck.h
…
errorlogger.cpp
…
errorlogger.h
…
executionpath.cpp
…
executionpath.h
…
lib.pri
…
mathlib.cpp
…
mathlib.h
…
path.cpp
CLI: Warn if user tries to exclude header files.
2011-08-06 17:24:10 +03:00
path.h
CLI: Warn if user tries to exclude header files.
2011-08-06 17:24:10 +03:00
pcrerules.pri
put the rules logic in its own .pri file, and allow easier override
2011-08-18 15:42:19 -05:00
preprocessor.cpp
Preprocessor: allow that 'missingInclude' messages are suppressed with '--suppress=missingInclude'
2011-08-20 11:23:59 +02:00
preprocessor.h
…
settings.cpp
…
settings.h
…
suppressions.cpp
…
suppressions.h
…
symboldatabase.cpp
…
symboldatabase.h
…
timer.cpp
Change year 2010 -> 2011 in license texts.
2011-01-09 21:33:36 +02:00
timer.h
…
token.cpp
…
token.h
…
tokenize.cpp
…
tokenize.h
…