.. |
check.h
|
Refactor ErrorMessage constructor to take Severity::SeverityType.
|
2010-07-14 23:11:32 +03:00 |
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbufferoverrun.cpp
|
Fixed #1850 (An access to a nested std::map via a negative integer key is reported as 'Array index out of bounds')
|
2010-07-14 12:24:07 +02:00 |
checkbufferoverrun.h
|
astyle formatting
|
2010-06-02 18:09:25 +02:00 |
checkclass.cpp
|
Refactoring CheckClass::initializeVarList. Ticket #1811
|
2010-07-18 20:58:16 +02:00 |
checkclass.h
|
Refactoring CheckClass::initializeVarList. Ticket #1811
|
2010-07-18 20:58:16 +02:00 |
checkdangerousfunctions.cpp
|
…
|
|
checkdangerousfunctions.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkmemoryleak.cpp
|
Refactor ErrorMessage constructor to take Severity::SeverityType.
|
2010-07-14 23:11:32 +03:00 |
checkmemoryleak.h
|
Rename Severity::e to Severity::SeverityType.
|
2010-07-14 17:30:03 +03:00 |
checkother.cpp
|
Variable usage: better handling of pointer aliasing. Ticket: #1729
|
2010-07-12 09:50:18 +02:00 |
checkother.h
|
Fixed #157 (Forgetting to put a break in a switch statement)
|
2010-06-30 00:10:30 -07:00 |
checkstl.cpp
|
gcc: fixed compiler warning (suggest parantheses)
|
2010-07-14 09:46:08 +02:00 |
checkstl.h
|
…
|
|
checkunusedfunctions.cpp
|
Fixed #1857 (XML tag no more included for unusedFunction error (1.44 regression))
|
2010-07-18 11:22:26 +02:00 |
checkunusedfunctions.h
|
Unused functions: Refactoring
|
2010-07-08 13:01:53 +02:00 |
classinfo.h
|
…
|
|
cppcheck.cpp
|
Rename ErrorMessage::toText() to ErrorMessage::toString().
|
2010-07-14 18:31:05 +03:00 |
cppcheck.h
|
…
|
|
errorlogger.cpp
|
Fix comment.
|
2010-07-16 22:47:46 +03:00 |
errorlogger.h
|
Remove unused ErrorLogger::_writemsg() methods.
|
2010-07-16 21:40:02 +03:00 |
executionpath.cpp
|
Fixed #1855 (false positive: uninitialized variable (function call in switch condition))
|
2010-07-18 13:19:37 +02:00 |
executionpath.h
|
doxygen: fixed error messages given by doxygen
|
2010-06-14 07:54:41 +02:00 |
filelister.cpp
|
…
|
|
filelister.h
|
…
|
|
filelister_unix.cpp
|
…
|
|
filelister_unix.h
|
…
|
|
filelister_win32.cpp
|
…
|
|
filelister_win32.h
|
…
|
|
lib.pri
|
removed the deprecated checkheaders
|
2010-06-15 16:56:04 +02:00 |
lib.vcproj
|
Removed obsolete checkheaders from Visual Studio projects
|
2010-06-17 15:00:58 +02:00 |
lib.vcxproj
|
Removed obsolete checkheaders from Visual Studio projects
|
2010-06-17 15:00:58 +02:00 |
lib.vcxproj.filters
|
Removed obsolete checkheaders from Visual Studio projects
|
2010-06-17 15:00:58 +02:00 |
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
preprocessor.cpp
|
Fixed #1371 (#include "foo\file.h" -> #include "foo/file.h" should be handled automatically on linux)
|
2010-07-18 20:02:18 +03:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
Unit Testing: Test that suppressions work
|
2010-07-09 13:27:15 +02:00 |
settings.h
|
Unit Testing: Test that suppressions work
|
2010-07-09 13:27:15 +02:00 |
token.cpp
|
variable usage: fix false positives when __attribute__ is used. Ticket: #1792
|
2010-06-16 18:04:31 +02:00 |
token.h
|
Fixed #1792 (false positive: Variable 'test' is assigned a value that is never used)
|
2010-06-14 15:46:57 +02:00 |
tokenize.cpp
|
fixed the mistake I made when applying patch
|
2010-07-18 20:56:19 +02:00 |
tokenize.h
|
Fixed #1816 (Tokenizer: remove restrict keyword)
|
2010-06-30 08:10:39 +02:00 |