.. |
check.h
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -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
|
…
|
|
checkassignif.h
|
…
|
|
checkautovariables.cpp
|
Added support for delete and delete[] in invalidDeallocation check (fixes #1773)
|
2012-04-26 16:44:33 +02:00 |
checkautovariables.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
checkbufferoverrun.h
|
Refactorizations:
|
2012-03-27 19:40:39 +02:00 |
checkclass.cpp
|
Fixed #3746: Issue operatorEqToSelf error only if the operator takes an object of the class as argument.
|
2012-04-25 20:25:51 +02:00 |
checkclass.h
|
Refactorizations in checkclass.cpp:
|
2012-04-18 18:51:38 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
Make use of recently implemented Token::type() functionality
|
2012-04-25 09:56:07 +02:00 |
checkinternal.h
|
…
|
|
checkmemoryleak.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
checkmemoryleak.h
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Fixed #3597 (Errors in evaluation of chained assignment operators)
|
2012-05-01 07:06:14 +02:00 |
checknullpointer.h
|
…
|
|
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
fixed misspelled word 'Comparision' --> 'Comparison'
|
2012-04-26 23:04:55 +02:00 |
checkother.h
|
fixed misspelled word 'Comparision' --> 'Comparison'
|
2012-04-26 23:04:55 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checkstl.cpp
|
fixed wrong spelled words in comments. No function change.
|
2012-05-05 15:21:27 +02:00 |
checkstl.h
|
Improved checks in CheckStl:
|
2012-04-04 19:40:28 +02:00 |
checkuninitvar.cpp
|
Make use of recently implemented Token::type() functionality
|
2012-04-25 09:56:07 +02:00 |
checkuninitvar.h
|
Refactorizations:
|
2012-03-27 19:40:39 +02:00 |
checkunusedfunctions.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
#3744 (Unexpected unused value warning for char ptr types set in switch)
|
2012-04-28 15:43:42 +02:00 |
checkunusedvar.h
|
…
|
|
cppcheck.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
cppcheck.h
|
Removed unused variable CppCheck::_errout.
|
2012-04-08 14:18:13 +02:00 |
errorlogger.cpp
|
Refactorizations:
|
2012-04-06 18:16:59 +02:00 |
errorlogger.h
|
…
|
|
executionpath.cpp
|
Fixed another memory leak in executionpath.cpp
|
2012-03-31 15:03:11 +02:00 |
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
mathlib.cpp
|
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 |
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
|
…
|
|
preprocessor.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -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
|
Removed deprecated cmdline options -s, --style, -a, --all, --auto-dealloc, --test-2-pass
|
2012-04-15 13:10:41 +02:00 |
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
symboldatabase.h
|
Fixed #3778: Added missing function Function::getArgumentVar
|
2012-05-03 13:29:41 +02:00 |
templatesimplifier.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
templatesimplifier.h
|
Changed relationship between templatesimplifier and tokenizer:
|
2012-04-23 20:45:36 +02:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed one of the warnings with GCC: variable shadows a member of Token class.
|
2012-04-27 02:41:46 +02:00 |
token.h
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
tokenize.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
tokenize.h
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
tokenlist.cpp
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |
tokenlist.h
|
Splitted class TokenList from Tokenizer
|
2012-05-05 09:33:26 -07:00 |