Edoardo Prezioso
|
4ddcde1e6f
|
CheckMemoryLeak: add '?1:0' to clarify the value of the argument to 'deleteNext'; Tokenize.cpp: in simplifyCompoundAssignment(), remove ':' odd code used to fix a weird test case ('case' code not inside a function body), remove useless 'tok->next() != NULL' check (already true by previous condition); in simplifyConditionOperator(), handle better the parenthesis skipping code and remove useless ')'check; in simplifyQuestionMark(), remove useless 'tok->tokAt(-2)' check (Token::Match returns false if the token is NULL), add more patterns to Token::Match to handle more test cases; in simplifyBitFields(), add 'const' to 'offset' bool. RedirectOutputError: style nitpick change to declaration of a pointer.
|
2012-10-19 14:19:52 +02:00 |
PKEuS
|
a971e1530b
|
Refactorizations in test suite:
- Removed another custom stringify implementation (testtoken.cpp)
- Removed unnecessary forward declaration (testsuite.h)
- Use std::ostringstream instead of std::stringstream (redirect.h)
|
2012-04-17 12:57:16 +02:00 |
PKEuS
|
4b52df675a
|
Some refactorizations
|
2012-02-18 14:44:04 +01:00 |
Reijo Tomperi
|
da09adc583
|
Fix #3510 (Improve error message for --suppressions-list)
http://sourceforge.net/apps/trac/cppcheck/ticket/3510
Print additional info to error message if we suspect that multiple files were given.
|
2012-01-12 22:21:51 +02:00 |
Daniel Marjamäki
|
6f8e42a5af
|
changed the astyle formatting flags
|
2011-10-13 20:53:06 +02:00 |
Pete Johns
|
a801d3162e
|
Added Doxygen commenting, per kimmov's request.
Of course test/ is not covered currently by the settings in doxyfile.
|
2010-09-26 19:15:14 +10:00 |
Pete Johns
|
10396911ca
|
Renamed RedirectInputOutput -> RedirectOutputError
This class does not redirect input.
|
2010-09-26 13:22:11 +10:00 |
Pete Johns
|
77089293c6
|
Extracted Error and Output redirection.
Making reuse possible.
|
2010-09-26 13:19:30 +10:00 |