.. |
CMakeLists.txt
|
Fixed #2684 (TestFileLister test assumes there are source files in the same directory)
|
2011-04-07 17:36:42 +02:00 |
options.cpp
|
…
|
|
options.h
|
…
|
|
redirect.h
|
…
|
|
test.cxx
|
…
|
|
test.pro
|
Fixed #2684 (TestFileLister test assumes there are source files in the same directory)
|
2011-04-07 17:36:42 +02:00 |
test.vcproj
|
Fix test VS2008 project file attributes.
|
2011-04-07 14:10:31 +03:00 |
test.vcxproj
|
Reverted non-CMake changes in previous 'Added CMake files' commit
|
2011-03-25 07:59:48 +01:00 |
test.vcxproj.filters
|
FileLister: Updated Visual Studio files
|
2011-03-20 14:47:15 +01:00 |
testautovariables.cpp
|
add debug message for function argument missing varid
|
2011-03-02 21:08:27 -05:00 |
testbufferoverrun.cpp
|
Fixed #2638 (Tokenizer::setVarId : varid is wrongly given when unknown macro is used)
|
2011-03-13 17:52:45 +01:00 |
testcharvar.cpp
|
…
|
|
testclass.cpp
|
added tests for #2710 (False negative on uninitialized member variable in a ctor.)
|
2011-04-08 07:39:30 -04:00 |
testcmdlineparser.cpp
|
…
|
|
testconstructors.cpp
|
skip nested anonymous unions when searching for variables in symbol database
|
2011-03-27 18:37:31 -04:00 |
testcppcheck.cpp
|
Reverted non-CMake changes in previous 'Added CMake files' commit
|
2011-03-25 07:59:48 +01:00 |
testdivision.cpp
|
…
|
|
testerrorlogger.cpp
|
…
|
|
testexceptionsafety.cpp
|
…
|
|
testfilelister.cpp
|
TestFileLister: astyle formatting and removed commented debug code
|
2011-04-09 08:20:34 +02:00 |
testincompletestatement.cpp
|
Fixed #2655 (false positive: (warning) Redundant code: Found a statement that begins with numeric constant)
|
2011-03-30 21:57:01 +02:00 |
testmathlib.cpp
|
…
|
|
testmemleak.cpp
|
run astyle
|
2011-04-04 22:25:56 -04:00 |
testnullpointer.cpp
|
Fixed #2696 (False positive nullpointer)
|
2011-04-03 21:06:42 +02:00 |
testobsoletefunctions.cpp
|
Obsolete functions: Fix messages for gethostbyaddr, gethostbyname
|
2011-04-07 00:33:54 +02:00 |
testoptions.cpp
|
…
|
|
testother.cpp
|
clarify calculation: fixed false negative for 'int x = a - b ? 2 : 3'
|
2011-04-04 21:33:16 +02:00 |
testpath.cpp
|
Remove './' at begin of path in Path::simplifyPath.
|
2011-03-29 20:53:18 +03:00 |
testpathmatch.cpp
|
…
|
|
testpostfixoperator.cpp
|
…
|
|
testpreprocessor.cpp
|
Preprocessor: Fixed expandMacros problem. Ticket: #2707
|
2011-04-07 16:53:42 +02:00 |
testrunner.cpp
|
…
|
|
testsettings.cpp
|
…
|
|
testsimplifytokens.cpp
|
Refactoring: Use Token::isOp
|
2011-04-09 15:54:36 +02:00 |
teststl.cpp
|
add support for checking struct/class member container in CheckStl::size()
|
2011-03-28 19:31:23 -04:00 |
testsuite.cpp
|
…
|
|
testsuite.h
|
…
|
|
testsuppressions.cpp
|
Allow suppressing all warnings (using *) for specified file or files
|
2011-03-10 22:00:48 +13:00 |
testsymboldatabase.cpp
|
refactor symbol database and checks to use list of Scope rather than list of Scope pointers
|
2011-03-10 19:43:29 -05:00 |
testthreadexecutor.cpp
|
…
|
|
testtoken.cpp
|
Token::multiCompare : allow that %op% is used in multiCompare pattern
|
2011-04-09 18:09:13 +02:00 |
testtokenize.cpp
|
fix #2706 (Analysis failed. If the code is valid then please report this failure.)
|
2011-04-04 22:18:12 -04:00 |
testuninitvar.cpp
|
fix
|
2011-02-26 20:08:37 +01:00 |
testunusedfunctions.cpp
|
…
|
|
testunusedprivfunc.cpp
|
…
|
|
testunusedvar.cpp
|
…
|
|
testutils.h
|
…
|
|