.. |
check.h
|
…
|
|
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbufferoverrun.cpp
|
…
|
|
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Symbol database: Refactoring. ticket: #1895
|
2010-09-10 07:02:49 +02:00 |
checkclass.h
|
Symbol database: refactoring - differentiate between member data initialization and assignment and save the order of variable declarations. makes it possible to create some additional checks. ticket: #1895
|
2010-09-09 07:26:40 +02:00 |
checkexceptionsafety.cpp
|
Exception safety: Removed the noisy checks and keep the useful checks
|
2010-08-31 22:22:59 +02:00 |
checkexceptionsafety.h
|
Exception safety: Removed the noisy checks and keep the useful checks
|
2010-08-31 22:22:59 +02:00 |
checkmemoryleak.cpp
|
Fixed #2037 (memleak not detected in exit path when variable used)
|
2010-09-08 20:03:22 +02:00 |
checkmemoryleak.h
|
…
|
|
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
Fixed #1999 (False positive: uninitialized variable (__published variables))
|
2010-08-31 19:48:04 +02:00 |
checkother.cpp
|
removed 'empty catch block' check. to avoid false positives we'll need to check if it is bad with an empty catch block (dead pointer/undefined behaviour/etc)
|
2010-09-05 13:27:58 +02:00 |
checkother.h
|
removed 'empty catch block' check. to avoid false positives we'll need to check if it is bad with an empty catch block (dead pointer/undefined behaviour/etc)
|
2010-09-05 13:27:58 +02:00 |
checkstl.cpp
|
…
|
|
checkstl.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
classinfo.h
|
…
|
|
cppcheck.cpp
|
Add back <stdexcept> as GCC requires it.
|
2010-09-06 22:00:56 +03:00 |
cppcheck.h
|
Remove unneeded includes.
|
2010-09-06 21:08:50 +03:00 |
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
Fixed #2030 (False positive: Uninitialized variable when function does not return)
|
2010-09-07 20:25:29 +02:00 |
executionpath.h
|
…
|
|
filelister.cpp
|
Fixed #1972 (file extensions)
|
2010-09-02 19:17:47 +02:00 |
filelister.h
|
Formatting and improving comments.
|
2010-07-19 20:06:42 +03:00 |
filelister_unix.cpp
|
…
|
|
filelister_unix.h
|
…
|
|
filelister_win32.cpp
|
…
|
|
filelister_win32.h
|
…
|
|
lib.pri
|
Fix Linux makefile after moving timer code to own files.
|
2010-08-31 23:22:48 +03:00 |
lib.vcproj
|
Move timer code to own cpp/h files.
|
2010-08-31 23:18:07 +03:00 |
lib.vcxproj
|
Move timer code to own cpp/h files.
|
2010-08-31 23:18:07 +03:00 |
lib.vcxproj.filters
|
Move timer code to own cpp/h files.
|
2010-08-31 23:18:07 +03:00 |
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
preprocessor.cpp
|
Fixed #1872 (Confused -v switch)
|
2010-09-03 13:30:49 +02:00 |
preprocessor.h
|
Fixed #1872 (Confused -v switch)
|
2010-09-03 13:30:49 +02:00 |
settings.cpp
|
Fixed #1872 (Confused -v switch)
|
2010-09-03 13:30:49 +02:00 |
settings.h
|
Added --debug-warnings that we can use to enable various debug warnings
|
2010-08-27 20:28:00 +02:00 |
timer.cpp
|
Set encoding to UTF-8 for some files.
|
2010-09-06 22:39:02 +03:00 |
timer.h
|
Move timer code to own cpp/h files.
|
2010-08-31 23:18:07 +03:00 |
token.cpp
|
…
|
|
token.h
|
…
|
|
tokenize.cpp
|
Fixed #2039 (unions not handled properly, false positive about initialization)
|
2010-09-09 20:15:00 +02:00 |
tokenize.h
|
Fixed #2038 (memleak false positive with assignment expression in arguments)
|
2010-09-09 19:40:36 +02:00 |