.. |
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
|
Code cleanup
|
2011-12-09 21:00:57 +01:00 |
testassignif.cpp
|
Code cleanup
|
2011-12-09 21:00:57 +01:00 |
testautovariables.cpp
|
Code cleanup
|
2011-12-09 21:00:57 +01:00 |
testboost.cpp
|
Fixed #3232 (Check if container is modified inside BOOST_FOREACH)
|
2011-10-23 13:07:43 +02:00 |
testbufferoverrun.cpp
|
Array index out of bounds: Fixed false positive when taking address beyond array using calculated array index
|
2011-12-17 21:35:12 +01:00 |
testcharvar.cpp
|
Code cleanup
|
2011-12-09 21:00:57 +01:00 |
testclass.cpp
|
Fixed #3048, further improvements to const correctness check.
|
2011-12-15 20:18:52 +01:00 |
testcmdlineparser.cpp
|
Solution for ticket #3353 'Allow explicit undef's for configuration'
|
2011-11-30 20:24:01 +01: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
|
Exception safety: refactorings, use the symbol database
|
2011-12-09 19:53:00 +01: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
|
Code cleanup
|
2011-12-09 21:00:57 +01:00 |
testnonreentrantfunctions.cpp
|
Code cleanup
|
2011-12-09 21:00:57 +01:00 |
testnullpointer.cpp
|
Null pointers: Fixed false positive when sizeof without parentheses are used
|
2011-12-17 12:44:11 +01:00 |
testobsoletefunctions.cpp
|
Code cleanup
|
2011-12-09 21:00:57 +01:00 |
testoptions.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testother.cpp
|
Patch that fixes some bailouts for isEnabled('style') in both directions. Improved checkSizeofForNumericParameter's error message, made it 'warning', made it non-experimental.
|
2011-12-16 19:21:14 +01:00 |
testpath.cpp
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
testpathmatch.cpp
|
Fixed #3048, further improvements to const correctness check.
|
2011-12-15 20:18:52 +01:00 |
testpostfixoperator.cpp
|
Code cleanup
|
2011-12-09 21:00:57 +01:00 |
testpreprocessor.cpp
|
Fixed #3426 ((error) Invalid number of character ({) when these macros are defined:)
|
2011-12-17 15:23:55 +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
|
Code cleanup
|
2011-12-09 21:00:57 +01:00 |
teststl.cpp
|
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 |
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: Reactivated the checking
|
2011-11-30 18:57:52 +01:00 |
testsymboldatabase.cpp
|
Improved support for references and pointers in SymbolDatabase
|
2011-12-17 19:04:03 +01:00 |
testthreadexecutor.cpp
|
Fixed #3267 (False positive (experimental): resource leak in vdr-xinelib)
|
2011-11-30 19:43:02 +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
|
Tokenizer: The tokenizer didn't handle '0x0E-7' correctly
|
2011-12-18 07:37:20 +01:00 |
testuninitvar.cpp
|
Uninitialized variables: Fixed false positives when sizeof is used in condition. Ticket: #3369
|
2011-12-17 16:08:55 +01:00 |
testunusedfunctions.cpp
|
Fixed #3336 (False positive: Member function is not used (used by template function))
|
2011-12-03 12:19:26 +01:00 |
testunusedprivfunc.cpp
|
refactorizations for CheckClass and for less false negatives related to derived classes
|
2011-12-14 21:11:40 +01: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 |