Alexander Mai
|
bc28b252bf
|
#6048 syntax error in enum - value set to member of template class. Add test case, issue got fixed before
|
2015-07-26 15:42:40 +02:00 |
Frank Zingsheim
|
8416be4d9d
|
#6345 Tokenizer::simplifyTypedef() adds redundant 'typename' to declaration
|
2015-07-20 07:55:22 +02:00 |
Daniel Marjamäki
|
ca1f19b6d4
|
Fixed #6378 (valueFlowForward: decrement not handled)
|
2015-05-02 17:30:09 +02:00 |
PKEuS
|
ac867b4220
|
Handle pointers to const member functions in Tokenizer::simplifyFunctionPointers() (#6603)
|
2015-04-13 21:21:57 +02:00 |
PKEuS
|
42673255ed
|
Refactorized testrunner: Create std::string only where necessary
|
2015-03-15 12:36:40 +01:00 |
PKEuS
|
4ec2df92b7
|
Refactorized testsimplifytypedef.cpp, fixed broken unit test simplifyTypedef99
|
2015-03-14 20:43:15 +01:00 |
PKEuS
|
bc5132e0ac
|
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
|
2015-03-11 22:54:43 +01:00 |
PKEuS
|
451a277b18
|
Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument().
-> Use valueFlowForward() to parse values passed to functions
-> valueFlowForward(): Set value in first occurrence of a variable in a condition
|
2015-02-01 15:15:00 +01:00 |
Daniel Marjamäki
|
ff11ba9847
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
Robert Reif
|
c5bfd21d48
|
Tokenizer::simplifyTypedef: Add test that #5191 is fixed (function pointer)
|
2014-12-04 05:43:58 +01:00 |
Robert Reif
|
418c2e51a0
|
Fixed #3314 (cppcheck incorrectly reporting Syntax error.)
|
2014-11-28 17:44:36 +01:00 |
Robert Reif
|
0dad8b64e8
|
Fixed #6268 (False positive functionStatic (inconclusive) - nested namespaces)
|
2014-11-27 06:29:33 +01:00 |
Daniel Marjamäki
|
051d42ae6b
|
astyle formatting
|
2014-11-20 14:20:09 +01:00 |
orbitcowboy
|
f5d804f71a
|
running astyle
|
2014-11-20 10:13:03 +01:00 |
Frank Zingsheim
|
3923618b8d
|
Fixed #6222 (Missing varid for multiple braced initialized variables)
-> Fixed broken code in unit tests
|
2014-10-16 20:46:57 +02:00 |
PKEuS
|
15f397ab18
|
Fixed two invalid TODO tests
|
2014-10-02 20:38:54 +02:00 |
PKEuS
|
affd0ffdfd
|
Splitted large groups of tests out of testsimplifytokens.cpp and testtokenize.cpp
|
2014-09-24 13:23:44 +02:00 |