.. |
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
Check64BitPortability: Wiki formatting update
|
2011-12-10 18:41:09 +01:00 |
checkassignif.cpp
|
Code cleanup
|
2011-12-09 21:00:57 +01:00 |
checkassignif.h
|
Fixed Visual Studio compiler warnings
|
2011-12-01 18:32:14 +01:00 |
checkautovariables.cpp
|
#3382 (Clarify error message 'invalid deallocation')
|
2011-12-30 10:32:55 +01:00 |
checkautovariables.h
|
Remove unnecessary includes
|
2011-12-23 23:31:48 +02:00 |
checkboost.cpp
|
Remove unnecessary includes
|
2011-12-23 23:31:48 +02:00 |
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Add testcase for previous commit.
|
2011-12-30 18:47:42 +01:00 |
checkbufferoverrun.h
|
Fixed #3168 (false negative: buffer overflow in subfunction)
|
2011-12-11 08:16:58 +01:00 |
checkclass.cpp
|
Add testcase for previous commit.
|
2011-12-30 18:47:42 +01:00 |
checkclass.h
|
Remove unnecessary includes
|
2011-12-23 23:31:48 +02:00 |
checkexceptionsafety.cpp
|
Fixed #3422 (Internal error in exceptRethrowCopy check)
|
2011-12-17 20:00:15 +01:00 |
checkexceptionsafety.h
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
checkinternal.cpp
|
…
|
|
checkinternal.h
|
--doc : don't write internal checks in the doc output
|
2011-12-10 18:39:25 +01:00 |
checkmemoryleak.cpp
|
Fixed #3444 (False positive using putenv)
|
2011-12-29 07:35:27 +01:00 |
checkmemoryleak.h
|
checkmemleak.h: use Tokenizer::isJavaOrCSharp()
|
2011-12-27 18:01:39 +01:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Fix astyle and test failures.
|
2011-12-28 22:05:10 +02:00 |
checknullpointer.h
|
Fixed #3443 (false positives: possible null pointer dereference (calling unknown function))
|
2011-12-25 17:01:45 +01:00 |
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
Remove unnecessary includes
|
2011-12-23 23:31:48 +02:00 |
checkother.cpp
|
Fix #3457 (Statement following goto can be executed)
|
2012-01-01 00:11:03 +02:00 |
checkother.h
|
Fixed #3327 (printf with std::string as parameter)
|
2011-12-18 19:41:21 +01:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checkstl.cpp
|
STL: Fixed false positive when using string::find
|
2011-12-27 11:02:43 +01:00 |
checkstl.h
|
Patch that improves STL checking: Make use of SymbolDatabase, solved TODO (about returning .c_str() value), check for deleting iterators by value.
|
2011-12-17 11:21:34 +01:00 |
checkuninitvar.cpp
|
Rewrite fix of ticket #3415 (Segmentation fault in new check for uninitialized variables):
|
2011-12-28 16:55:59 +01:00 |
checkuninitvar.h
|
Uninitialized variables: Better handling of variable usage in condition
|
2011-12-26 18:56:40 +01:00 |
checkunusedfunctions.cpp
|
Fixed #3336 (False positive: Member function is not used (used by template function))
|
2011-12-03 12:19:26 +01:00 |
checkunusedfunctions.h
|
Fixed #3336 (False positive: Member function is not used (used by template function))
|
2011-12-03 12:19:26 +01:00 |
checkunusedvar.cpp
|
Fixed #3454 (false positive: (style) Variable 'iFaktor' is assigned a value that is never used)
|
2011-12-30 09:47:15 +01:00 |
checkunusedvar.h
|
Refactorized CheckUnusedVar
|
2011-12-18 20:15:41 +01:00 |
cppcheck.cpp
|
1.52: Updated version
|
2011-12-10 12:55:40 +01:00 |
cppcheck.h
|
Remove unnecessary includes
|
2011-12-23 23:31:48 +02:00 |
errorlogger.cpp
|
Partial fix to #3452 (ErrorLogger: complain/raise assertion when error message has extra newlines etc)
|
2011-12-30 01:22:16 +02:00 |
errorlogger.h
|
Remove unnecessary includes
|
2011-12-23 23:31:48 +02:00 |
executionpath.cpp
|
Refactorizations for executionpath.cpp (rearranged code, added some else before if)
|
2011-12-17 11:26:20 +01:00 |
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
mathlib.cpp
|
Remove unnecessary includes
|
2011-12-23 23:31:48 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Remove unnecessary includes
|
2011-12-23 23:31:48 +02:00 |
preprocessor.h
|
Preprocessor: Bailout #include if it is recursive
|
2011-10-30 19:00:11 +01:00 |
settings.cpp
|
…
|
|
settings.h
|
Solution for ticket #3353 'Allow explicit undef's for configuration'
|
2011-11-30 20:24:01 +01:00 |
standards.h
|
…
|
|
suppressions.cpp
|
Remove unnecessary includes
|
2011-12-23 23:31:48 +02:00 |
suppressions.h
|
…
|
|
symboldatabase.cpp
|
- Re-elaborate 'using' keyword skipping in Tokenizer::setVarId and
|
2011-12-31 21:36:19 +01:00 |
symboldatabase.h
|
Improved support for references and pointers in SymbolDatabase
|
2011-12-17 19:04:03 +01:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed #3425 (False positive: Null pointer dereference (pointer is checked in macro))
|
2011-12-18 13:33:23 +01:00 |
token.h
|
Fixed #3425 (False positive: Null pointer dereference (pointer is checked in macro))
|
2011-12-18 13:33:23 +01:00 |
tokenize.cpp
|
Fixed ticket #3448 (segmentation fault of cppcheck).
|
2011-12-31 21:44:07 +01:00 |
tokenize.h
|
Refactoring: Remove duplicate function from tokenizer: code_is_c() -> isC()
|
2011-12-29 00:36:16 +02:00 |