cppcheck/lib
seb777 41d9daa03d Fixed ticket #3133 (Improve Check: Found obsolete function)
- add check for std::gets
- improve check when multiple obsolete functions are used
- remove false positive (declared functions)
2011-10-19 20:21:50 +02:00
..
check.h Fixed #3220 (False positive: possible null pointer dereference: 'SwDoc *pDoc = NULL; pDoc->do_something();') 2011-10-18 19:34:14 +02:00
check64bit.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
check64bit.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkassignif.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkassignif.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkautovariables.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkautovariables.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkbufferoverrun.cpp Fixed #3198 (Add check for readlink()) 2011-10-14 19:45:51 +02:00
checkbufferoverrun.h Fixed #3198 (Add check for readlink()) 2011-10-14 19:45:51 +02:00
checkclass.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkclass.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkexceptionsafety.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkexceptionsafety.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkmemoryleak.cpp fix typos using codespell 2011-10-13 22:04:41 +02:00
checkmemoryleak.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checknonreentrantfunctions.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checknonreentrantfunctions.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checknullpointer.cpp Fixed #3220 (False positive: possible null pointer dereference: 'SwDoc *pDoc = NULL; pDoc->do_something();') 2011-10-18 19:34:14 +02:00
checknullpointer.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkobsoletefunctions.cpp Fixed ticket #3133 (Improve Check: Found obsolete function) 2011-10-19 20:21:50 +02:00
checkobsoletefunctions.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkother.cpp Fixed #3225 (Boolean comparison with string literals) 2011-10-18 21:37:03 +02:00
checkother.h Fixed #3225 (Boolean comparison with string literals) 2011-10-18 21:37:03 +02:00
checkpostfixoperator.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkpostfixoperator.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkstl.cpp Fixed #3223 (Improve check: Check more STL algorithms for missmatching containers check) 2011-10-18 21:55:41 +02:00
checkstl.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkuninitvar.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkuninitvar.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkunusedfunctions.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkunusedfunctions.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkunusedvar.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
checkunusedvar.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
cppcheck.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
cppcheck.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
errorlogger.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
errorlogger.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
executionpath.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
executionpath.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
lib.pri Move Suppressions class to own source files. 2011-08-22 19:57:28 +03:00
mathlib.cpp Fixed ticket #3229 (Segfault with goto): 2011-10-18 23:56:35 +02:00
mathlib.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
path.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
path.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
pcrerules.pri Complete 'disable the rules by default' for other platforms. 2011-10-19 15:14:39 +02:00
preprocessor.cpp gcc: fixed compiler warnings/errors 2011-10-17 20:32:59 +02:00
preprocessor.h Preprocessor: Started working on new preprocessing that uses -D information better. Ticket: #2131 2011-10-17 20:12:46 +02:00
settings.cpp Fixed #2470 (False negative: Possible null pointer dereference (C++0x keyword 'nullptr')) 2011-10-16 12:54:58 +02:00
settings.h Fixed #2470 (False negative: Possible null pointer dereference (C++0x keyword 'nullptr')) 2011-10-16 12:54:58 +02:00
suppressions.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
suppressions.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
symboldatabase.cpp Borland: Fixed compiler errors 2011-10-16 07:52:54 +02:00
symboldatabase.h fixed a few doxygen warnings 2011-10-16 17:16:07 +02:00
timer.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
timer.h changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
token.cpp changed the astyle formatting flags 2011-10-13 20:53:06 +02:00
token.h Token: Updated comments 2011-10-16 08:25:11 +02:00
tokenize.cpp Improve tokenizer: don't confuse between a label and the case/default statements. 2011-10-19 18:49:02 +02:00
tokenize.h - Fixed mispelled function name; 2011-10-17 02:16:49 +02:00