Joshua Beck
|
87cff36f9d
|
Updated manual and added test for reading file list from stdin.
|
2011-09-26 20:43:39 -05:00 |
Joshua Beck
|
240ba0118a
|
Added support for reading file lists from stdin
|
2011-09-26 19:19:01 -05:00 |
Kimmo Varis
|
ef6a14dbaf
|
GUI: Rename functions related to excluding.
|
2011-09-25 20:59:47 +03:00 |
Kimmo Varis
|
a04d6b82f5
|
GUITESTS: Rename variable for consistency.
|
2011-09-25 20:17:06 +03:00 |
Kimmo Varis
|
039291d9d4
|
GUITESTS: Remove include lines from test data.
The included files aren't found anyway so the lines are useless
and can add more variance (filesystem access) to the results.
|
2011-09-25 19:23:47 +03:00 |
Robert Reif
|
6e8bf43dc0
|
add some Windows TCHAR scanf and printf conversions
|
2011-09-25 10:02:27 -04:00 |
Robert Reif
|
545aa9e55b
|
start adding Windows wide character support
|
2011-09-24 16:02:56 -04:00 |
Robert Reif
|
f97424b242
|
start adding Windows ASCII TCHAR conversion support
|
2011-09-24 14:51:03 -04:00 |
seb777
|
424f349b88
|
fix #3121 ([False Positive] Incorrect obsoleted functions)
|
2011-09-24 10:54:58 +02:00 |
Robert Reif
|
a685f1f5b7
|
add operator support to ertra qualification check
|
2011-09-23 19:45:19 -04:00 |
Robert Reif
|
ac070b90f2
|
fix for loop false positives when zero length arrays present
|
2011-09-22 21:23:40 -04:00 |
Robert Reif
|
97d4277854
|
add Microsoft memory function conversions to standard cstring functions
|
2011-09-22 19:59:56 -04:00 |
Robert Reif
|
1dc7c0edf9
|
fix #3127 ([False positive] _tmain function i VS 2010 project)
|
2011-09-21 20:16:20 -04:00 |
Robert Reif
|
5e329d7280
|
fix typo in last commit
|
2011-09-21 19:55:11 -04:00 |
Robert Reif
|
de0f2dc1d0
|
add test case for false negatives introduced by fix for 3106
|
2011-09-21 07:32:23 -04:00 |
Robert Reif
|
4d1dda10fa
|
add some more windows type conversions
|
2011-09-20 20:17:02 -04:00 |
Daniel Marjamäki
|
1a7511ed48
|
Fixed #3106 (False positive: Uninitialized variable check has inconsistent behavior with ternary operator)
|
2011-09-20 21:00:05 +02:00 |
Johan Samuelson
|
889c407f58
|
Fixed #3118 (Tokenizer: str*cmp() in hot spot code)
|
2011-09-20 19:03:19 +02:00 |
Robert Reif
|
af5272dfb0
|
only simplify Microsoft MFC code when Windows platform is selected
|
2011-09-20 07:20:37 -04:00 |
Robert Reif
|
e234e8cc5b
|
add some common windows pointer type conversions to standard types
|
2011-09-19 23:14:58 -04:00 |
Robert Reif
|
b349d36c50
|
fix #3124 (FP: Buffer access out-of-bounds when memset two dimension array (a[5][6]))
|
2011-09-19 20:32:50 -04:00 |
Robert Reif
|
3f364a3b2f
|
fix width of platform help text
|
2011-09-19 07:31:09 -04:00 |
Robert Reif
|
2fe182b833
|
set windows platform type to type executable was compiled on
|
2011-09-18 13:19:00 -04:00 |
Robert Reif
|
be660003ec
|
start adding conversions from common Windows types to standard types
|
2011-09-18 13:06:54 -04:00 |
Robert Reif
|
958a53eaa8
|
run astyle
|
2011-09-18 12:58:28 -04:00 |
Daniel Marjamäki
|
96a04eee9c
|
Merge pull request #35 from simartin/ticket_3059
Ticket 3059: Report the correct line number in unused functions warnings
|
2011-09-18 08:15:28 -07:00 |
Robert Reif
|
66eb37c135
|
convert size_t to standard type
|
2011-09-18 10:31:31 -04:00 |
Robert Reif
|
3e35ea0972
|
fix sizeof long double for unix64 for #2888 (Allow defining sizes of base types)
|
2011-09-18 08:40:08 -04:00 |
Kimmo Varis
|
8b5c1ad8b7
|
GUITESTS: Add benchmark for tokenize + simplify.
|
2011-09-18 09:44:27 +03:00 |
Simon Martin
|
b493e4bf7b
|
Ticket 3059: Report the correct line number in unused functions warnings
|
2011-09-18 07:13:39 +02:00 |
Robert Reif
|
b5d22fda0d
|
fix #2888 (Allow defining sizes of base types)
|
2011-09-17 19:40:52 -04:00 |
Kimmo Varis
|
9e8a3f33f8
|
Merge pull request #34 from simartin/clang_build
Make the build warning clean with clang++
|
2011-09-17 12:34:17 -07:00 |
Simon Martin
|
ba2591b002
|
Take into account kimmov's review comments
|
2011-09-17 16:55:59 +02:00 |
Simon Martin
|
21a4999c1b
|
Make the build warning clean with clang++
|
2011-09-17 14:40:17 +02:00 |
Robert Reif
|
1717bda382
|
fix wrong information about constness of function
|
2011-09-16 18:07:25 -04:00 |
Robert Reif
|
cce4303f28
|
fix a problem with Qt slots immediately followed by signals
|
2011-09-16 16:59:43 -04:00 |
Robert Reif
|
2670525b4f
|
better fix for #3114 (infinite recursion when operator= is overloaded)
|
2011-09-14 19:58:11 -04:00 |
Robert Reif
|
2bc7da2c64
|
quick fix for #3114 (infinite recursion when operator= is overloaded)
|
2011-09-14 19:04:06 -04:00 |
Kimmo Varis
|
288efd832c
|
Tests: Add more commandlineparser tests.
Add commandlineparser tests for giving two suppressions. Giving
two suppressions in one parameter is not yet supported so it is
todo-test.
|
2011-09-13 17:55:00 +03:00 |
Edoardo Prezioso
|
1ff7410f4f
|
Fixed #3075 (False positive => Improve tokenizer: remove redundant code after a 'return' state)
|
2011-09-13 07:55:47 +02:00 |
Robert Reif
|
302daeb9bd
|
add test for #3110 (false positve: style) Boolean result is used in bitwise operation. Clarify expression with parentheses)
|
2011-09-12 20:46:00 -04:00 |
seb777
|
f3193ef611
|
Remove invalid test case.
The code does not compile. In addition, it's a "todo test case".
|
2011-09-12 19:38:38 +02:00 |
Robert Reif
|
735ff11469
|
fix #3110 (false positve: style) Boolean result is used in bitwise operation. Clarify expression with parentheses)
|
2011-09-12 07:32:55 -04:00 |
Robert Reif
|
3f517b5f23
|
partial fix for #2960 (false negative: buffer access out of bounds)
|
2011-09-11 21:51:05 -04:00 |
Robert Reif
|
40009d091d
|
add multi-dimension array support to second checkScope and use it for member arrays
|
2011-09-11 20:42:57 -04:00 |
Robert Reif
|
0d6592dd2e
|
use correct checkScope function in CheckBufferOverrun for single dimension member arrays
|
2011-09-11 19:21:13 -04:00 |
Robert Reif
|
19928e26d1
|
refactor to unify functionally identical code in CheckBufferOverrun::checkScope()
|
2011-09-11 14:00:53 -04:00 |
Robert Reif
|
e18fe56d56
|
refactor CheckBufferOverrun to only use multi-dimension array error messages and remove single dimension array message
|
2011-09-11 09:54:26 -04:00 |
Daniel Marjamäki
|
55230baf78
|
Fixed #3086 (false positive: Boolean result is used in bitwise operation.)
|
2011-09-11 09:46:01 +02:00 |
Daniel Marjamäki
|
9a97fbe022
|
Fixed #3104 (unread despite modified and used in IF statement)
|
2011-09-11 08:19:35 +02:00 |