cppcheck/src
Slava Semushin bb4b2b707c Fixed ticket #517 (False positive for extern variables: return of the address of an auto-variable)
http://sourceforge.net/apps/trac/cppcheck/ticket/517
2009-07-28 00:32:01 +07:00
..
check.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
checkautovariables.cpp Fixed ticket #517 (False positive for extern variables: return of the address of an auto-variable) 2009-07-28 00:32:01 +07:00
checkautovariables.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
checkbufferoverrun.cpp Fixed ticket #499 (buffer overflow not detected when using macros) 2009-07-26 19:29:46 +07:00
checkbufferoverrun.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
checkclass.cpp Replace Match() to operator==() from std::string. 2009-07-28 00:13:44 +07:00
checkclass.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
checkdangerousfunctions.cpp refactoring: Renamed checking classes 2009-07-13 16:00:15 +02:00
checkdangerousfunctions.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
checkheaders.cpp minor refactoring: header cleanup. use forward declarations instead of includes 2009-07-13 19:11:31 +02:00
checkheaders.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
checkmemoryleak.cpp Replace Match() to operator==() from std::string. 2009-07-28 00:13:44 +07:00
checkmemoryleak.h memleak: implemented simple checking for leaking struct members 2009-07-19 16:51:31 +02:00
checkother.cpp Replace Match() to operator==() from std::string. 2009-07-28 00:13:44 +07:00
checkother.h Fix #476 STL Container checks. 2009-07-24 18:36:15 -04:00
checkstl.cpp Replace simpleMatch() to operator==() from std::string. 2009-07-28 00:13:11 +07:00
checkstl.h Fix #476 STL Container checks. 2009-07-24 18:36:15 -04:00
checkunusedfunctions.cpp Replace simpleMatch() to operator==() from std::string. 2009-07-28 00:13:11 +07:00
checkunusedfunctions.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
cppcheck.cpp gcc: added an option '--showtime' => show some simple timing information 2009-07-27 14:41:34 +02:00
cppcheck.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
cppcheck.rc Fix the copyright text in Windows executable. 2009-06-14 00:24:35 +03:00
cppcheckexecutor.cpp Revert "cppcheck: Now it's possible to change the output format, for example to a visual studio compliant format" 2009-07-10 22:38:26 +02:00
cppcheckexecutor.h Fix couple of doxygen errors and warnings. 2009-07-18 11:25:22 +03:00
errorlogger.cpp Fix some of the issues from #478 (Warnings in Visual Studio build with -W4) 2009-07-20 23:24:23 +03:00
errorlogger.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
filelister.cpp Pave a way for Windows Unicode builds. 2009-07-13 11:39:46 +03:00
filelister.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
main.cpp astyle formatting 2009-07-18 09:11:02 +02:00
mathlib.cpp Changed EOL character to LF in a few files. 2009-06-02 23:32:58 +03:00
mathlib.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
preprocessor.cpp Replace simpleMatch() to operator==() from std::string. 2009-07-28 00:13:11 +07:00
preprocessor.h Fix ticket #265 (Log a warning when an include file is not found) 2009-07-25 22:10:30 +03:00
resource.h Fix VS build broken due to tripled version resource info. 2009-01-18 09:38:42 +00:00
settings.cpp gcc: added an option '--showtime' => show some simple timing information 2009-07-27 14:41:34 +02:00
settings.h gcc: added an option '--showtime' => show some simple timing information 2009-07-27 14:41:34 +02:00
src.pro Enable more warnings in QMake-generated makefiles. 2009-07-18 13:10:24 +03:00
threadexecutor.cpp Revert "cppcheck: Now it's possible to change the output format, for example to a visual studio compliant format" 2009-07-10 22:38:26 +02:00
threadexecutor.h Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
token.cpp doxygen: made the todos visible in the doxygen output 2009-07-14 08:17:12 +02:00
token.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
tokenize.cpp Replace simpleMatch() to operator==() from std::string. 2009-07-28 00:13:11 +07:00
tokenize.h Fixed ticket #496 (Tokenizer: simplify statements with "," better) 2009-07-26 18:03:11 +07:00