..
check.h
Improve path name handling in ErrorLogger.
2010-07-17 01:27:40 +03:00
checkautovariables.cpp
Update copyright year in all source files
2010-04-13 22:23:17 +03:00
checkautovariables.h
astyle: Update to astyle 1.24
2010-04-15 20:08:51 +02:00
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
Fixed #1883 (false positive: (style) The function 'A::SetPos' can be const)
2010-07-20 09:43:27 +02:00
checkclass.h
Fixed #1883 (false positive: (style) The function 'A::SetPos' can be const)
2010-07-19 13:16:11 +02:00
checkdangerousfunctions.cpp
Fixed #855 (Refactoring: move conditions into checks)
2010-04-20 23:38:25 -07:00
checkdangerousfunctions.h
Fixed #855 (Refactoring: move conditions into checks)
2010-04-20 23:38:25 -07:00
checkexceptionsafety.cpp
Code cleanup: Removed autodealloc handling
2010-05-16 07:15:31 +02:00
checkexceptionsafety.h
astyle: Update to astyle 1.24
2010-04-15 20:08:51 +02:00
checkmemoryleak.cpp
pulled changes from kimmov (filelocation-refactor)
2010-07-19 18:06:49 +02:00
checkmemoryleak.h
Rename Severity::e to Severity::SeverityType.
2010-07-14 17:30:03 +03:00
checkother.cpp
--verbose: added more information for the variableScope error message.
2010-07-19 11:30:01 +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
Fixed #1680 (Bad iterators checks fail to detect invalidation of iterator for deletion by value)
2010-05-15 19:46:42 +02:00
checkunusedfunctions.cpp
pulled changes from kimmov (filelocation-refactor)
2010-07-19 18:06:49 +02:00
checkunusedfunctions.h
Unused functions: Refactoring
2010-07-08 13:01:53 +02:00
classinfo.h
Update copyright year in all source files
2010-04-13 22:23:17 +03:00
cppcheck.cpp
Fixed #1892 (Verbosity setting set to false and not set back to original value)
2010-07-21 16:26:59 +03:00
cppcheck.h
2 pass checking: broke out Cppcheck::analyseFile. To be used for tests
2010-05-21 21:06:11 +02:00
errorlogger.cpp
Move path simplifying code to Path class.
2010-07-19 14:27:05 +03:00
errorlogger.h
pulled changes from kimmov (filelocation-refactor)
2010-07-19 18:06:49 +02: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
Update copyright year in all source files
2010-04-13 22:23:17 +03:00
filelister.h
Formatting and improving comments.
2010-07-19 20:06:42 +03:00
filelister_unix.cpp
Update copyright year in all source files
2010-04-13 22:23:17 +03:00
filelister_unix.h
Update copyright year in all source files
2010-04-13 22:23:17 +03:00
filelister_win32.cpp
Update copyright year in all source files
2010-04-13 22:23:17 +03:00
filelister_win32.h
Update copyright year in all source files
2010-04-13 22:23:17 +03:00
lib.pri
Add Path class for path handling routines.
2010-07-17 17:38:36 +03:00
lib.vcproj
Update Visual Studio projects.
2010-07-17 17:59:47 +03: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
Astyle cleanup.
2010-07-17 17:42:17 +03:00
mathlib.h
Update copyright year in all source files
2010-04-13 22:23:17 +03:00
path.cpp
Remove './' from begin of paths when printing progress.
2010-07-19 15:05:44 +03:00
path.h
Move path simplifying code to Path class.
2010-07-19 14:27:05 +03:00
preprocessor.cpp
Better fix for #1371 .
2010-07-21 14:16:42 +03:00
preprocessor.h
Use enum for header file types
2010-07-21 12:58:30 +03:00
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
pulled changes from kimmov (filelocation-refactor)
2010-07-19 18:06:49 +02:00
tokenize.h
Fixed #1816 (Tokenizer: remove restrict keyword)
2010-06-30 08:10:39 +02:00