Robert Morin
|
25c1cc4c8e
|
Improve check: warn when comparing boolean value with < <= > >=. Ticket: #2617
|
2012-07-03 06:39:13 +02:00 |
Thomas Sondergaard
|
f72ddbb2e9
|
Fixed #3912 (Analysis failed)
|
2012-07-03 06:34:14 +02:00 |
PKEuS
|
2de6ea4627
|
Incremented version to "1.56 dev"
|
2012-07-02 11:10:07 -07:00 |
Daniel Marjamäki
|
f95a09dfec
|
democlient: added democlient files
|
2012-07-02 19:50:14 +02:00 |
Edoardo Prezioso
|
fa24fff3dc
|
Fixed the warning with GCC 4.7.1:
cast from type ‘const void*’ to type ‘const char**’ casts away qualifiers.
|
2012-07-02 19:37:30 +02:00 |
Ettl Martin
|
7401104f45
|
#2773 added missing testcase
|
2012-07-02 10:01:37 +02:00 |
Daniel Marjamäki
|
34fa95153a
|
createrelease: added a few notes
|
2012-07-02 06:44:30 +02:00 |
Daniel Marjamäki
|
f94f5804a3
|
win_installer: Use new <MajorUpgrade> element
|
2012-07-01 20:34:27 +02:00 |
Daniel Marjamäki
|
1bb4fc62e8
|
htdocs: updated link to windows installer
|
2012-07-01 09:04:28 +02:00 |
Daniel Marjamäki
|
d0f329e332
|
win_installer: minor update to wix script
|
2012-06-30 21:28:35 +02:00 |
Daniel Marjamäki
|
0b37f4044b
|
Makefile: Set debug mode
|
2012-06-30 18:12:15 +02:00 |
Daniel Marjamäki
|
2cd4d9f508
|
1.55: Updated Makefile
|
2012-06-30 18:10:27 +02:00 |
Daniel Marjamäki
|
88224247a8
|
1.55: Updated Changelog
|
2012-06-30 18:09:50 +02:00 |
Daniel Marjamäki
|
2536746d02
|
1.55: Set version
|
2012-06-30 18:08:27 +02:00 |
Daniel Marjamäki
|
9716c059f5
|
updated --doc output
|
2012-06-30 17:44:05 +02:00 |
Daniel Marjamäki
|
7312885c87
|
updated --doc output from CheckLeakAutoVar
|
2012-06-30 16:30:56 +02:00 |
Daniel Marjamäki
|
325414e354
|
CheckLeakAutoVar: Updated error messages
|
2012-06-30 16:23:10 +02:00 |
Daniel Marjamäki
|
bb9f114d84
|
Fixed #3924 (False positive: Uninitialized variable (const pointer))
|
2012-06-30 12:12:36 +02:00 |
Daniel Marjamäki
|
cb7757f650
|
CheckUnusedVar: dont report false positives for extern variables
|
2012-06-28 17:22:56 +02:00 |
Daniel Marjamäki
|
2e3a08a8c1
|
Fixed #3916 (false positive: uninitialized variable when using assignment and , in rhs)
|
2012-06-27 20:44:19 +02:00 |
Daniel Marjamäki
|
9da3373876
|
Fixed #3919 (False positive: uninitialized variable (extern))
|
2012-06-26 18:28:41 +02:00 |
Edoardo Prezioso
|
1ad56a25c6
|
Fixed the preprocessor.cpp(1166) warning in #2123.
|
2012-06-26 12:28:52 +02:00 |
Daniel Marjamäki
|
0042ee7bc8
|
Fixed #3660 (False positive memleak (allocation function uses non-local variable))
|
2012-06-25 20:00:50 +02:00 |
PKEuS
|
f5c42660de
|
Fixed #3909: Handle constructor syntax initialization.
|
2012-06-24 09:57:17 -07:00 |
Daniel Marjamäki
|
25b24d149f
|
Fixed #3910 (False positive: Variable is not assigned a value (pointerArray alias))
|
2012-06-24 16:54:37 +02:00 |
Daniel Marjamäki
|
be464b43b3
|
Memory leaks: updated configuration handling. it's still not auto-tested.
|
2012-06-24 15:38:37 +02:00 |
Daniel Marjamäki
|
8af044255d
|
Tokenizer: Added new function isFunctionParameterPassedByValue that check if a parameter is passed by value
|
2012-06-24 13:40:09 +02:00 |
Ettl Martin
|
8c39b95aae
|
#3873 added testcase to make sure false positive does not appear again.
|
2012-06-24 00:00:15 +02:00 |
Daniel Marjamäki
|
abde1d0ec1
|
added comment in test case
|
2012-06-23 20:20:11 +02:00 |
Daniel Marjamäki
|
72d24ab4b4
|
Fixed #3904 (false positive memory leak with linked list)
|
2012-06-23 20:15:58 +02:00 |
Daniel Marjamäki
|
162a430354
|
Fixed #3868 (false positive: (style) Same expression on both sides of '|'.)
|
2012-06-23 19:54:15 +02:00 |
Daniel Marjamäki
|
f59078fad9
|
Refactoring TestUninitVar. Added TODO test case.
|
2012-06-23 16:44:02 +02:00 |
Daniel Marjamäki
|
1e1b20d113
|
Refactoring TestUninitVar. Created TestUninitVar::uninitvar_return
|
2012-06-23 16:27:57 +02:00 |
Daniel Marjamäki
|
b6f4dbd067
|
Uninitialized variables: Fixed TODO assertion (related with ticket #3106)
|
2012-06-23 16:06:20 +02:00 |
Daniel Marjamäki
|
d3ce3e78bd
|
Uninitialized variables: Added test case
|
2012-06-23 15:52:35 +02:00 |
Daniel Marjamäki
|
7f5950967e
|
Reviewed handling of >> in return statements in C files in UninitVar checking
|
2012-06-23 15:47:48 +02:00 |
Daniel Marjamäki
|
f0f69ed818
|
Reviewed handling of << and >> in C files in CheckUninitVar
|
2012-06-23 12:41:00 +02:00 |
Daniel Marjamäki
|
e2964c0c9e
|
Uninitialized variables: Fixed false negative when ? operator is used in rhs
|
2012-06-23 12:19:03 +02:00 |
Daniel Marjamäki
|
a15dac9285
|
simple spell checking 'itis' => 'it is'
|
2012-06-23 10:08:18 +02:00 |
Daniel Marjamäki
|
5de82c1c42
|
Updated arrayIndexOutOfBounds error message. Thank you Kimmo for the suggestion.
|
2012-06-23 09:51:32 +02:00 |
Daniel Marjamäki
|
4e98cb3ed9
|
Fixed #3907 (improve check: detect buffer overrun when using && or || in for loop)
|
2012-06-23 09:23:14 +02:00 |
Daniel Marjamäki
|
ac524c56ad
|
Reviewed handling of unknown types in ExecutionPathBufferOverrun
|
2012-06-23 08:15:59 +02:00 |
Robert Reif
|
dc4982115a
|
Improved checking of scanf format strings
|
2012-06-23 07:52:52 +02:00 |
Daniel Marjamäki
|
3db58bb57f
|
Reviewed C handling in CheckOther::clarifyCondition, never treat x<..> as a template in C files.
|
2012-06-23 07:29:49 +02:00 |
Daniel Marjamäki
|
d2dbaca24b
|
Reviewed handling of unknown types in C files in UninitVar
|
2012-06-22 19:57:07 +02:00 |
Daniel Marjamäki
|
abaa044e03
|
Reviewed handling of unknown types in CheckUninitVar
|
2012-06-22 16:39:39 +02:00 |
Daniel Marjamäki
|
354406441a
|
Fixed #3906 (false positive uninitvar for vector pointer)
|
2012-06-22 16:26:43 +02:00 |
Daniel Marjamäki
|
951da02f89
|
Reviewed handling of unknown types in C files in checkunusedvar
|
2012-06-22 15:59:41 +02:00 |
Daniel Marjamäki
|
bc9e419615
|
run dmake
|
2012-06-22 11:59:56 +02:00 |
Daniel Marjamäki
|
8aba801360
|
Fixed #3800 (False negative: Self-assignement of variable declared as 'extern')
|
2012-06-22 11:23:50 +02:00 |