Slava Semushin
|
88dd9846ae
|
Tokenizer::tokenize(): removed useless const_cast.
No functional change.
|
2009-09-30 00:37:56 +07:00 |
Reijo Tomperi
|
77d677dd59
|
TODO test case for count() added
|
2009-09-29 18:51:29 +03:00 |
Daniel Marjamäki
|
12b29e35ad
|
Ashim Kapoor: deal with backspace better (#694)
|
2009-09-29 17:02:19 +02:00 |
Reijo Tomperi
|
ededbfb10e
|
Fix comment in test case
|
2009-09-29 17:19:56 +03:00 |
Reijo Tomperi
|
63523316a2
|
Check nullpointer check is now executed without --style flag
Added TODO test case for nullpointer check
|
2009-09-29 16:38:05 +03:00 |
Reijo Tomperi
|
64f0f3b308
|
Fix #751 (if-condition considered redundant even with else-branch)
http://sourceforge.net/apps/trac/cppcheck/ticket/751
Fix also other issue with if(a.b) delete c.b;
Fix also other issue with if(a.b.c) delete a.b.c;
|
2009-09-29 00:18:40 +03:00 |
Daniel Marjamäki
|
311f6dc92e
|
Fixed #746 (False positive, Memory leak when goto is used)
|
2009-09-28 22:58:06 +02:00 |
Daniel Marjamäki
|
1427f0a2c7
|
memory leaks: fixed a TODO_ASSERT_EQUALS for a false positive
|
2009-09-28 22:41:45 +02:00 |
Reijo Tomperi
|
949ad462c7
|
Fix #739 (Pre-defined output format templates)
http://sourceforge.net/apps/trac/cppcheck/ticket/739
Patch from lanurmi. Slightly modified by me.
|
2009-09-28 22:48:27 +03:00 |
Reijo Tomperi
|
2d4404f030
|
Fix #754 (Tokenizer: transform modifier "signed" to "int")
http://sourceforge.net/apps/trac/cppcheck/ticket/754
Also fix int unsigned -> unsigned int
|
2009-09-28 21:25:05 +03:00 |
Slava Semushin
|
b9237db9a3
|
Fixed #753 (Tokenizer: don't simplify variables inside do {} while loop)
http://sourceforge.net/apps/trac/cppcheck/ticket/753
|
2009-09-28 22:15:31 +07:00 |
Daniel Marjamäki
|
a1e20290cd
|
Refactoring the unit testing of format strings
|
2009-09-27 22:13:15 +02:00 |
Daniel Marjamäki
|
a61abcbbc8
|
Fixed #728 (False positive, resource leak, when released in a loop)
|
2009-09-27 21:49:07 +02:00 |
Slava Semushin
|
342e71803f
|
src/checkbufferoverrun.cpp: fixed regression.
test suite was broken after my
e8c83613e4 commit.
|
2009-09-27 23:03:11 +07:00 |
Slava Semushin
|
e8c83613e4
|
Fixed #740 (False positive, buffer overrun with --all)
Regression since 07f41f4563 commit.
http://sourceforge.net/apps/trac/cppcheck/ticket/740
|
2009-09-27 22:50:59 +07:00 |
Slava Semushin
|
f62e5f1672
|
src/checkbufferoverrun.cpp: removed useless semicolon.
No functional change.
|
2009-09-27 22:14:58 +07:00 |
Slava Semushin
|
661ce78b69
|
Fixed #738 (False Buffer overrun with -a when i is increased by more than 1 inside loop body)
http://sourceforge.net/apps/trac/cppcheck/ticket/738
|
2009-09-27 22:14:51 +07:00 |
Reijo Tomperi
|
fdde2182b9
|
Fix GPL comments in all files. ">." was missing from the end.
|
2009-09-27 18:08:31 +03:00 |
Reijo Tomperi
|
9df2b84233
|
Remove redundant comparison
|
2009-09-27 17:53:09 +03:00 |
Slava Semushin
|
07f41f4563
|
Fixed #714 (False Buffer overrun with -a when i is increased by more than 1 in a loop)
http://sourceforge.net/apps/trac/cppcheck/ticket/714
|
2009-09-27 21:12:46 +07:00 |
Reijo Tomperi
|
d1f3953cce
|
Fix #720 (String length for strings like this "\x61" is calculated wrong)
http://sourceforge.net/apps/trac/cppcheck/ticket/720
|
2009-09-27 17:04:10 +03:00 |
Slava Semushin
|
7e2208b5cc
|
Detects invalid iterator inside for() when postfix form of increment used.
|
2009-09-27 15:10:21 +07:00 |
Slava Semushin
|
5285635354
|
Fixed #735 (Detects invalid iterator after push_back() when iterator declared inside for())
http://sourceforge.net/apps/trac/cppcheck/ticket/735
|
2009-09-27 14:59:19 +07:00 |
Slava Semushin
|
acdbb20c99
|
Detect buffer overruns when ?: use as sprintf() argument.
|
2009-09-27 00:40:58 +07:00 |
Slava Semushin
|
19ed8e9311
|
Fixed #729 (False positive: Buffer overrun when ? is used to select parameter)
http://sourceforge.net/apps/trac/cppcheck/ticket/729
|
2009-09-27 00:06:54 +07:00 |
Slava Semushin
|
50a34b8a37
|
Fixed #731 (False positive, strcpy copying a buffer with a null character)
http://sourceforge.net/apps/trac/cppcheck/ticket/731
|
2009-09-26 22:58:14 +07:00 |
Slava Semushin
|
6d56ab9df6
|
CheckBufferOverrun::count(): commented out debug message.
Added in 3da779725d commit.
|
2009-09-26 21:59:16 +07:00 |
Daniel Marjamäki
|
3da779725d
|
Ashim Kapoor: handle %i,%f,%d,%x,%X better (#694)
|
2009-09-26 16:19:18 +02:00 |
Slava Semushin
|
a919f4541a
|
Fixed #732 (Tokenizer: Incorrect simplification)
Regression since 58a9e05697 commit.
http://sourceforge.net/apps/trac/cppcheck/ticket/732
|
2009-09-26 17:02:13 +07:00 |
Daniel Marjamäki
|
0b3a139b3b
|
Fixed #710 (False positive: invalid vector iterator after push_back)
|
2009-09-26 11:49:09 +02:00 |
Daniel Marjamäki
|
482a2f9d95
|
Fixed #718 (False positive, resource leak when break in a loop before exit)
|
2009-09-26 07:19:22 +02:00 |
Reijo Tomperi
|
6a63742dde
|
Fix #730 (False positive, buffer overrun with strncpy)
http://sourceforge.net/apps/trac/cppcheck/ticket/730
|
2009-09-25 23:32:18 +03:00 |
Daniel Marjamäki
|
6db95cd01c
|
Memory leaks: Added a TODO assertion for a false positive
|
2009-09-25 22:01:54 +02:00 |
Daniel Marjamäki
|
fd311e3c72
|
Fixed #678 (False positive: Unused private function produced by inner class)
|
2009-09-25 20:42:22 +02:00 |
Daniel Marjamäki
|
fe3c8cab9f
|
Ashim Kapoor: Added function that returns minimum size of format strings (#694)
|
2009-09-25 18:23:44 +02:00 |
Reijo Tomperi
|
2594f9b63f
|
Merge branch 'master' of git@github.com:danmar/cppcheck
|
2009-09-24 23:47:28 +03:00 |
Reijo Tomperi
|
16e55f4f89
|
Improve C style pointer cast detection
http://sourceforge.net/apps/trac/cppcheck/ticket/724
|
2009-09-24 23:46:08 +03:00 |
Daniel Marjamäki
|
cd94d50526
|
Memory leaks: fixed a TODO_ASSERT_EQUALS
|
2009-09-24 22:40:18 +02:00 |
Daniel Marjamäki
|
68d2b3c86c
|
Revert "Makefile: made it ready for release"
This reverts commit 67d6954374 .
|
2009-09-24 20:50:36 +02:00 |
Daniel Marjamäki
|
fa4e0a617e
|
Fixed #700 (False positive: Memory leak)
|
2009-09-23 22:42:07 +02:00 |
Daniel Marjamäki
|
36c838c0e2
|
Replaced UNIT_TESTING ifdef with _MSC_VER
|
2009-09-23 22:16:46 +02:00 |
Reijo Tomperi
|
62ccda5677
|
Fix #713 (Tokenizer: Simplify 0L)
http://sourceforge.net/apps/trac/cppcheck/ticket/713
Use MathLib to handle other variations of 0.
|
2009-09-23 22:44:52 +03:00 |
Reijo Tomperi
|
832481b36e
|
Changed some CppcheckExecutor functions and variables protected and virtual.
|
2009-09-23 22:27:07 +03:00 |
Daniel Marjamäki
|
46fabfd654
|
added wix file for gui installation
|
2009-09-23 21:14:05 +02:00 |
Reijo Tomperi
|
6ee5399a5d
|
cross compiling info added to readme.txt
|
2009-09-23 19:48:46 +03:00 |
Slava Semushin
|
313479cf8d
|
Tokenizer::simplifySizeof(): use Token::getStrLength().
Fixed wrong result when string contains escaped quotes.
Correction for 0e729fedc0 commit.
|
2009-09-23 23:02:53 +07:00 |
Daniel Marjamäki
|
1ba546407f
|
Windows Installer: A simple installer without the gui
|
2009-09-23 16:24:52 +02:00 |
Reijo Tomperi
|
ef09f3475c
|
Fix #713 (Tokenizer: Simplify 0L)
http://sourceforge.net/apps/trac/cppcheck/ticket/713
|
2009-09-23 00:23:11 +03:00 |
Daniel Marjamäki
|
73a48c2e7b
|
updated the Changelog
|
2009-09-22 21:25:26 +02:00 |
Daniel Marjamäki
|
67d6954374
|
Makefile: made it ready for release
|
2009-09-22 21:21:02 +02:00 |