.. |
check.h
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
check64bit.cpp
|
Improve check: Check for 64-bit portability issues when returning pointers/integers
|
2012-04-26 13:39:19 +02:00 |
check64bit.h
|
Improve check: Check for 64-bit portability issues when returning pointers/integers
|
2012-04-26 13:39:19 +02:00 |
checkassignif.cpp
|
Refactorizations:
|
2012-05-25 03:09:41 -07:00 |
checkassignif.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkautovariables.cpp
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
checkautovariables.h
|
Improved checkautovariables:
|
2012-03-01 18:38:20 +01:00 |
checkboost.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
checkboost.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkbufferoverrun.cpp
|
Refactorizations:
|
2012-05-25 03:09:41 -07:00 |
checkbufferoverrun.h
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
checkclass.cpp
|
Refactorizations:
|
2012-05-25 03:09:41 -07:00 |
checkclass.h
|
Fixed: lib/checkclass.cpp:538:85: warning: declaration of ‘name’ shadows a member of 'this'.
|
2012-05-19 21:51:39 +02:00 |
checkexceptionsafety.cpp
|
Removed unnecessary variable Function::start - The value is already stored in Function::functionScope->classStart.
|
2012-05-22 12:58:46 -07:00 |
checkexceptionsafety.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkinternal.cpp
|
Refactorizations:
|
2012-05-25 03:09:41 -07:00 |
checkinternal.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkio.cpp
|
Refactorizations:
|
2012-05-25 03:09:41 -07:00 |
checkio.h
|
Implemented file pointer usage checking:
|
2012-05-22 05:30:22 -07:00 |
checkleakautovar.cpp
|
Memory leak: Fixed unit tests that were broken by mistake by my previous commit
|
2012-05-30 06:43:30 +02:00 |
checkleakautovar.h
|
Memory leaks: Added support for a simple configuration file format. This is not supposed to become the official configuration format, it's just a temporary format that we can use to start with.
|
2012-05-26 18:10:12 +02:00 |
checkmemoryleak.cpp
|
Fixed #3806 (Possible leak in public function. The pointer '' is not deallocated before it is allocated)
|
2012-05-29 21:13:34 +02:00 |
checkmemoryleak.h
|
Made some functions static or const according to cppcheck results
|
2012-05-17 01:33:24 -07:00 |
checknonreentrantfunctions.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
checknonreentrantfunctions.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checknullpointer.cpp
|
Refactorizations:
|
2012-05-25 03:09:41 -07:00 |
checknullpointer.h
|
Improved nullpointer check: Detect dereferences by streams (#410)
|
2012-03-16 17:24:03 +01:00 |
checkobsoletefunctions.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
checkobsoletefunctions.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkother.cpp
|
Fixed #3794 (New check: Missing break in switch (duplicate bitwise operation))
|
2012-05-28 21:19:22 -07:00 |
checkother.h
|
Fixed #3794 (New check: Missing break in switch (duplicate bitwise operation))
|
2012-05-28 21:19:22 -07:00 |
checkpostfixoperator.cpp
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
checkpostfixoperator.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkstl.cpp
|
Refactorizations:
|
2012-05-25 03:09:41 -07:00 |
checkstl.h
|
Improved checks in CheckStl:
|
2012-04-04 19:40:28 +02:00 |
checkuninitvar.cpp
|
Get rid of a warning
|
2012-05-26 15:49:40 +02:00 |
checkuninitvar.h
|
Refactorized CheckUninitVar to use SymbolDatabase
|
2012-05-25 04:40:18 -07:00 |
checkunusedfunctions.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
checkunusedfunctions.h
|
Some refactorizations
|
2012-02-18 23:43:51 +01:00 |
checkunusedvar.cpp
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
checkunusedvar.h
|
Revert "Fixed #3648 (Internal error: Token::Match called with varid 0)"
|
2012-03-20 19:00:16 +01:00 |
cppcheck.cpp
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
cppcheck.h
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
errorlogger.cpp
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
errorlogger.h
|
Fixed initialization list usage according to cppcheck results
|
2012-05-18 07:57:11 -07:00 |
executionpath.cpp
|
Fixed another memory leak in executionpath.cpp
|
2012-03-31 15:03:11 +02:00 |
executionpath.h
|
- initialising std::string with 0 in initialisation list is partially detected in nullpointer check (#3520)
|
2012-01-26 16:50:59 +01:00 |
lib.pri
|
Memory leaks: Added new checking for memory leaks
|
2012-05-26 08:53:46 +02:00 |
mathlib.cpp
|
Fixed #3747 (False 'boolean result in bitwise' message with 'mask' enums)
|
2012-05-16 18:48:33 +02:00 |
mathlib.h
|
fixed ticket 3693. Added modulus operator to Mathlib + unittests. Added a test to checkother to ensure the testcase of ticket 3693 does not trigger an error message.
|
2012-04-12 14:02:09 +02:00 |
path.cpp
|
fixed wrong spelled words in comments. No function change.
|
2012-05-05 15:21:27 +02:00 |
path.h
|
Implemented #2990: Print relative paths if -rp or --relative-paths is given
|
2012-04-06 10:49:21 +02:00 |
pcrerules.pri
|
Complete 'disable the rules by default' for other platforms.
|
2011-10-19 15:14:39 +02:00 |
preprocessor.cpp
|
Don't set Preprocessor::missingIncludeFlag if missingInclude warning is suppressed (#3487).
|
2012-05-16 02:59:45 -07:00 |
preprocessor.h
|
Fixed #3534 (Broken support for dollar signs in identifiers)
|
2012-03-27 19:35:41 +02:00 |
settings.cpp
|
Removed deprecated cmdline options -s, --style, -a, --all, --auto-dealloc, --test-2-pass
|
2012-04-15 13:10:41 +02:00 |
settings.h
|
Refactorizations:
|
2012-05-11 10:38:19 -07:00 |
standards.h
|
Fixed #3445 (Problems with lib/standards.h)
|
2012-01-02 13:36:17 +01:00 |
suppressions.cpp
|
Some refactorizations
|
2012-02-18 14:44:04 +01:00 |
suppressions.h
|
Some refactorizations
|
2012-02-18 14:44:04 +01:00 |
symboldatabase.cpp
|
Implemented Function::nestedIn to be able to identify the scope the function belongs to, even if Function::functionScope.functionOf is not available.
|
2012-05-24 08:40:43 -07:00 |
symboldatabase.h
|
Implemented Function::nestedIn to be able to identify the scope the function belongs to, even if Function::functionScope.functionOf is not available.
|
2012-05-24 08:40:43 -07:00 |
templatesimplifier.cpp
|
Fixed #3747 (False 'boolean result in bitwise' message with 'mask' enums)
|
2012-05-16 18:48:33 +02:00 |
templatesimplifier.h
|
Resolved cyclic dependency between Tokenizer and TemplateSimplifier
|
2012-05-06 01:38:55 -07:00 |
timer.cpp
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
timer.h
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
token.cpp
|
Fixed #3794 (New check: Missing break in switch (duplicate bitwise operation))
|
2012-05-28 21:19:22 -07:00 |
token.h
|
Fixed initialization list usage according to cppcheck results
|
2012-05-18 07:57:11 -07:00 |
tokenize.cpp
|
Refactorizations:
|
2012-05-25 03:09:41 -07:00 |
tokenize.h
|
Made some functions const according to cppcheck results
|
2012-05-17 02:54:17 -07:00 |
tokenlist.cpp
|
Refactorizations in ErrorLogger:
|
2012-05-06 01:17:15 -07:00 |
tokenlist.h
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |