Robert Reif
|
4149617978
|
fix #2827 to use numeric comparisons
|
2011-07-16 23:05:35 -04:00 |
Robert Reif
|
430d22032d
|
fix #2827 condition always false or true)
|
2011-07-16 22:06:23 -04:00 |
Daniel Marjamäki
|
35938e74ad
|
Tokenizer: better handling of 'struct AB ab; sizeof(ab)'
|
2011-07-16 22:07:30 +02:00 |
Daniel Marjamäki
|
cf3ab649fb
|
Fixed #2873 (segmentation fault of cppcheck while scanning rose-compiler suite)
|
2011-07-16 19:26:11 +02:00 |
Daniel Marjamäki
|
597733bec4
|
Tokenizer: minor update to handle C# code better
|
2011-07-16 18:12:55 +02:00 |
Daniel Marjamäki
|
35178cc161
|
Fixed #2912 (false positive: (portability) Assigning an integer (int/long/etc) to a pointer is not portable)
|
2011-07-16 17:08:03 +02:00 |
Daniel Marjamäki
|
c55b0ff651
|
Fixed #2871 (Define in source not set when -D is used)
|
2011-07-16 16:59:06 +02:00 |
Kimmo Varis
|
74d086d5a0
|
Add more tests for ErrorLogger.
Add tests that have two items in error location stack.
|
2011-07-16 16:04:43 +03:00 |
Robert Reif
|
76960e54a1
|
testcase for broken Token::Match %oror%|&&
|
2011-07-16 07:28:26 -04:00 |
Kimmo Varis
|
0db45a30e5
|
CLI: Improve and clarify help text.
|
2011-07-16 11:19:35 +03:00 |
Daniel Marjamäki
|
c299d02dba
|
astyle formatting
|
2011-07-16 09:32:35 +02:00 |
Daniel Marjamäki
|
07a1222ac6
|
Preprocessor: fix handling of (1&&2) condition
|
2011-07-16 09:24:27 +02:00 |
Daniel Marjamäki
|
274fd2b985
|
Tokenizer: Fix minor problem with 'X&&Y'
|
2011-07-15 19:37:39 +02:00 |
Daniel Marjamäki
|
d78d8660ab
|
astyle formatting
|
2011-07-15 19:02:16 +02:00 |
John Smits
|
7f2d62cbde
|
Fixed #2882 (One-character token can be mistaken for a multiCompare)
|
2011-07-15 19:01:36 +02:00 |
Robert Reif
|
af1e51f648
|
fix some more false negatives for #2904 (Memory leak not detected when creating a new class instance)
|
2011-07-14 20:45:27 -04:00 |
Zachary Blair
|
997a3652d2
|
Fixed #2822 (New check: Duplicate break statements in switch)
|
2011-07-14 17:12:56 -07:00 |
Robert Reif
|
270b2b1772
|
fix #2904 (Memory leak not detected when creating a new class instance)
|
2011-07-14 19:15:59 -04:00 |
Daniel Marjamäki
|
66d145ba1c
|
Fixed #2892 (false positive: (portability) Assigning an address value to the integer (int/long/etc) type is not portable)
|
2011-07-07 15:14:33 +02:00 |
Daniel Marjamäki
|
4055b0ec5f
|
64-bit portability: fixed two of the TODO test cases. Ticket: #2791
|
2011-07-06 17:57:39 +02:00 |
Daniel Marjamäki
|
f39e462e8e
|
Merge branch 'master' of git@github.com:danmar/cppcheck
|
2011-07-06 12:57:57 +02:00 |
Daniel Marjamäki
|
827fb01ec1
|
updated error message about assigning address to integer. Thanks Kimmo for the suggestion.
|
2011-07-06 12:57:45 +02:00 |
Kimmo Varis
|
7cf84cb92b
|
Update Visual Studio 2008/2010 project files.
|
2011-07-06 11:31:20 +03:00 |
Daniel Marjamäki
|
8f0f184058
|
64-bit checking: Added simple check for assigning pointer address to int/long. Ticket: #2791
|
2011-07-06 08:55:17 +02:00 |
Daniel Marjamäki
|
0007351ef4
|
spell check of error message. contant => constant
|
2011-07-05 19:59:58 +02:00 |
Daniel Marjamäki
|
a1953f0964
|
TestCharVar::pointer: Added one more test case to see that error message disappears when code is fixed
|
2011-07-05 19:57:07 +02:00 |
Daniel Marjamäki
|
8cd2c3115e
|
Fixed #2866 (Detect sign extension bugs)
|
2011-07-05 18:41:27 +02:00 |
Greg Hewgill
|
657b003dc8
|
Fix spelling error in warning identifier
|
2011-07-05 19:54:23 +12:00 |
Daniel Marjamäki
|
c999f014fe
|
Merge pull request #27 from gerundt/man-improvements
Manual improvements
|
2011-07-04 12:10:10 -07:00 |
Daniel Marjamäki
|
982b645ff4
|
Fixed #2775 (Uninitialized variable: Not detected when uninitialized struct pointer is dereferenced in sub function)
|
2011-07-04 21:04:32 +02:00 |
Daniel Marjamäki
|
5561d81f0d
|
Tokenizer::simplifyGoto: fixed unit tests
|
2011-07-03 18:35:11 +02:00 |
Robert Reif
|
b143b283e9
|
fix #2886 (crash of cppcheck ( typedef struct x { } ))
|
2011-07-03 10:50:15 -04:00 |
Robert Reif
|
8ec1dfacbf
|
fix missing pop in Tokenizer::simplifyStructDecl() when anonymous struct/union removed
|
2011-07-03 08:14:51 -04:00 |
Robert Reif
|
b32b2c6d87
|
add support for checking unused std::string local variables
|
2011-07-02 19:25:10 -04:00 |
Tim Gerundt
|
6800f801c6
|
Web: Redirect doxyoutput, coverage- and cpd report to devinfo directory
|
2011-07-02 17:21:34 +02:00 |
Tim Gerundt
|
8edf654d24
|
Manual: Add internal links
|
2011-07-02 16:21:58 +02:00 |
Tim Gerundt
|
9d9d1063de
|
* Manual: Miscellaneous tag changes
|
2011-07-02 15:45:10 +02:00 |
Robert Reif
|
3f4cc5fa3a
|
add class A {} a; -> class A {}; A a; conversion capability to Tokenizer::simplifyStructDecl()
|
2011-07-02 09:21:30 -04:00 |
Tim Gerundt
|
a02d6b4619
|
Manual: Move "Writing Cppcheck rules" author to the beginning of the appendix
|
2011-07-02 14:50:01 +02:00 |
Tim Gerundt
|
364900c5c0
|
Manual: Miscellaneous tag changes
|
2011-07-02 14:04:13 +02:00 |
Robert Reif
|
d447e61b09
|
fix #2884 (Integer overflow warning in 64-bit build)
|
2011-07-01 16:59:17 -04:00 |
Tim Gerundt
|
533426d3c2
|
Manual: Use tags for menu items
|
2011-07-01 19:49:16 +02:00 |
Daniel Marjamäki
|
db4a28d60b
|
Tokenizer::simplifyGoto: Only simplify the last label in the function. If there are many labels in the same function and all labels are simplified, this function becomes very slow.
|
2011-07-01 18:07:41 +02:00 |
Tim Gerundt
|
d46deb528b
|
Manual: Don't wrap <programlisting> with <para>
|
2011-07-01 17:13:51 +02:00 |
Tim Gerundt
|
e69c26a0ce
|
Manual: Use <command> and <parameter> tags
|
2011-07-01 17:06:56 +02:00 |
Robert Reif
|
301e59cea0
|
fix false positive for unused local class/struct variable
|
2011-07-01 08:45:29 -04:00 |
Robert Reif
|
18e6509c5d
|
add support in CheckOther::functionVariableUsage() for checking structures that are declared with struct keyword
|
2011-07-01 07:42:20 -04:00 |
Robert Reif
|
3225c9dd9b
|
cleanup isStatic in CheckOther::functionVariableUsage()
|
2011-07-01 07:15:59 -04:00 |
Robert Reif
|
7826b5e22d
|
add support for detecting unused function variables of type class or struct
|
2011-06-30 21:58:11 -04:00 |
Reijo Tomperi
|
6d4799e0b8
|
Minor cleanup related to previous fix.
This code should not be needed anymore as tokenizer should simplify question mark away.
|
2011-06-30 22:10:17 +03:00 |