.. |
options.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
options.h
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
redirect.h
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
test.cxx
|
renamed gui/test.cpp to test/test.cxx
|
2010-02-19 07:21:16 +01:00 |
test.pro
|
test/test.pro: indentation update
|
2011-10-23 15:45:56 +02:00 |
test64bit.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testassignif.cpp
|
Fixed #3332 (mismatching comparison: Hard to understand)
|
2011-11-19 08:38:54 +01:00 |
testautovariables.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testboost.cpp
|
Fixed #3232 (Check if container is modified inside BOOST_FOREACH)
|
2011-10-23 13:07:43 +02:00 |
testbufferoverrun.cpp
|
Fixed #909 (improve check: out of bounds of memchr function and out of bounds check)
|
2011-11-27 07:54:52 +01:00 |
testcharvar.cpp
|
Fixed #3282 (Invalid report that an array index is of type char.)
|
2011-11-06 11:26:28 +01:00 |
testclass.cpp
|
Run astyle
|
2011-11-24 10:08:21 +01:00 |
testcmdlineparser.cpp
|
Little improvements with cli messages and added new '--template' mode: 'edit'.
|
2011-10-29 23:50:09 +02:00 |
testconstructors.cpp
|
Fixed #3196 (False positive: member variable not initialized in constructor (union))
|
2011-11-22 19:26:00 +01:00 |
testcppcheck.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testdivision.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testerrorlogger.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testexceptionsafety.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testfilelister.cpp
|
FileLister (linux): Move absolute path determination to own function
|
2011-10-29 19:30:33 +02:00 |
testincompletestatement.cpp
|
Fixed #3251 (Redundant code: Found a statement that begins with numeric constant)
|
2011-11-05 20:28:52 +01:00 |
testinternal.cpp
|
Disable internal checks if NDEBUG is defined (release build)
|
2011-10-29 12:47:12 +02:00 |
testmathlib.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testmemleak.cpp
|
Fixed #3303 (false positive: memory leak (reference count))
|
2011-11-28 20:08:29 +01:00 |
testnonreentrantfunctions.cpp
|
Fix #3243 (Improve non reentrant function check)
|
2011-10-22 11:54:52 +02:00 |
testnullpointer.cpp
|
Improvements to Nullpointer dereference on function call check:
|
2011-11-28 22:32:07 +02:00 |
testobsoletefunctions.cpp
|
Fixed #3238 (Crash in obsolete functions check.)
|
2011-10-22 12:36:45 +02:00 |
testoptions.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testother.cpp
|
Fixed #3356 (false positive: (warning) Comparison of a boolean with integer that is neither 1 nor 0)
|
2011-11-29 18:14:57 +01:00 |
testpath.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testpathmatch.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testpostfixoperator.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testpreprocessor.cpp
|
Preprocessor: better handling of #define A 0 => #if A==0. ticket #3331
|
2011-11-17 19:19:43 +01:00 |
testrunner.cpp
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
testrunner.vcproj
|
Visual Studio: auto generated new visual studio project files
|
2011-10-23 15:42:02 +02:00 |
testrunner.vcxproj
|
Visual Studio: auto generated new visual studio project files
|
2011-10-23 15:42:02 +02:00 |
testrunner.vcxproj.filters
|
Visual Studio: auto generated new visual studio project files
|
2011-10-23 15:42:02 +02:00 |
testsimplifytokens.cpp
|
Completed ticket #3230 (Refactoring: add function to remove tokens when a label is found.) and fixed ticket #3264 (False positive: Variable is assigned a value that is never used).
|
2011-11-20 18:37:00 +01:00 |
teststl.cpp
|
Fixed #1841 (STL: false negative for invalidated iterator after erase)
|
2011-11-25 07:34:50 +01:00 |
testsuite.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testsuite.h
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testsuppressions.cpp
|
Uninitvar: Made checking experimental
|
2011-11-20 15:19:56 +01:00 |
testsymboldatabase.cpp
|
Change every 'tokAt(1)->' to 'next()->' because 'tokAt(1) == 0' is equivalent to 'next() == 0', hence the equivalent cppcheck crash.
|
2011-11-20 15:09:57 +01:00 |
testthreadexecutor.cpp
|
Memory leaks: Made CheckMemoryLeakInFunction experimental
|
2011-11-20 14:11:22 +01:00 |
testtoken.cpp
|
"Internal error. Token::Match called with varid 0." didn't work when error was in a header file. Fixed that.
|
2011-11-21 00:41:26 +02:00 |
testtokenize.cpp
|
Fixed #3212 (Simplify the double pointer cast)
|
2011-11-25 07:23:54 +01:00 |
testuninitvar.cpp
|
Uninitvar: Made checking experimental
|
2011-11-20 15:19:56 +01:00 |
testunusedfunctions.cpp
|
Fixed #3195 (operator() from a functor-struct is never used)
|
2011-10-29 20:04:43 +02:00 |
testunusedprivfunc.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testunusedvar.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testutils.h
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |