This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
a3be307c03
cppcheck
/
test
History
Reijo Tomperi
a3be307c03
Fix bug related to ticket
#330
, cppcheck hanged with some files containing "(("
...
http://apps.sourceforge.net/trac/cppcheck/ticket/330
2009-05-28 23:03:36 +03:00
..
testautovariables.cpp
Updated wrong comments (looks like after copy&paste).
2009-05-22 21:13:01 +07:00
testbufferoverrun.cpp
…
testcharvar.cpp
…
testclass.cpp
Fix ticket
#282
(protected destructor - false positive)
2009-05-06 23:22:26 +03:00
testconstructors.cpp
astyle fix
2009-05-18 23:30:43 +03:00
testcppcheck.cpp
xml generator: handle '<' and '>' (
#263
)
2009-04-23 21:59:26 +02:00
testdangerousfunctions.cpp
Updated wrong comments (looks like after copy&paste).
2009-05-22 21:13:01 +07:00
testdivision.cpp
Initial fix for ticket
#283
(segmentation fault when checking xterm sources)
2009-05-07 23:17:29 +03:00
testfilelister.cpp
…
testfunctionusage.cpp
…
testincompletestatement.cpp
Initial fix for ticket
#283
(segmentation fault when checking xterm sources)
2009-05-07 23:17:29 +03:00
testmathlib.cpp
testing mathlib: Test that conversion to numbers work
2009-05-02 11:12:49 +02:00
testmemleak.cpp
Added test case TestMemleak::dealloc_and_alloc_in_func
2009-05-27 22:16:54 +03:00
testmemleakmp.cpp
…
testother.cpp
Fix for ticket 337 ('scope can be limited' false positive with variables referenced by pointers)
2009-05-27 19:38:26 +02:00
testpreprocessor.cpp
Fix ticket
#332
(White space between macro name and '(' causes macro simplification to fail)
2009-05-24 23:57:12 +03:00
testredundantif.cpp
…
testrunner.cpp
…
testsecurity.cpp
…
testsimplifytokens.cpp
Fixed ticket
#333
(tokenizer: incorrect removal of decrement/increment)
2009-05-25 14:21:58 +02:00
teststl.cpp
STL: It is ok to compare vector iterators with <
2009-05-17 18:58:32 +02:00
testsuite.cpp
bail out instead of crash when parsing unicode code (
#207
)
2009-04-27 21:29:03 +02:00
testsuite.h
bail out instead of crash when parsing unicode code (
#207
)
2009-04-27 21:29:03 +02:00
testtoken.cpp
Fix ticket
#305
(Negative value passed to ASSERT_EQUALS)
2009-05-12 21:28:02 +03:00
testtokenize.cpp
Fix bug related to ticket
#330
, cppcheck hanged with some files containing "(("
2009-05-28 23:03:36 +03:00
testunusedprivfunc.cpp
…
testunusedvar.cpp
…