Daniel Marjamäki
|
f6e6fa685e
|
Preprocessor: Added TODO test case for #2563
|
2011-02-20 20:11:51 +01:00 |
Daniel Marjamäki
|
5dea79a07d
|
cppcheckError: Rephrazed the error message. The 'internal error' sounds like something dangerous happens that needs to be fixed. So I think 'analysis failed' is better. If the code has a syntax error then 'analysis failed' is entirely ok.
|
2011-02-20 19:56:13 +01:00 |
Daniel Marjamäki
|
7f67438d99
|
Null pointer: Added TODO test case. Ticket: #2379
|
2011-02-20 19:45:34 +01:00 |
Daniel Marjamäki
|
63c003f92e
|
Tokenizer: fixed so that 'p=&x; if(p)' is simplified to 'p=&x;if(&x)'. Ticket: #2596
|
2011-02-20 18:18:27 +01:00 |
Daniel Marjamäki
|
7894d86132
|
Null pointers: Fixed false negative for such code: 'if (p && *p) {} else { *p=0; }'. Ticket: #2379
|
2011-02-20 14:38:49 +01:00 |
Robert Reif
|
537ac0cb34
|
use func->start rather than searching for '{' in CheckClass::privateFunctions
|
2011-02-20 08:36:06 -05:00 |
Robert Reif
|
597aea9f15
|
save start of function '{' and start of variable declaration in symbol database so checks don't have to find them
|
2011-02-20 08:25:42 -05:00 |
Daniel Marjamäki
|
1cfb18be08
|
astyle formatting
|
2011-02-20 12:22:01 +01:00 |
Daniel Marjamäki
|
46f4e46d30
|
Tokenizer::simplifyTemplates: Better handling for multi-token template arguments such as 'Foo<std::string>'
|
2011-02-20 12:17:05 +01:00 |
Robert Reif
|
7dd8a3283a
|
fix comment in CheckClass::initializeVarList
|
2011-02-19 20:09:07 -05:00 |
Robert Reif
|
fef1142997
|
fix #2592 (False positive: 'operator=' should return reference to self)
|
2011-02-19 20:02:16 -05:00 |
Greg Hewgill
|
d20987c3da
|
Merge branch 'inline-suppression-c-style'
|
2011-02-20 13:26:35 +13:00 |
Greg Hewgill
|
98ab34b2b5
|
Support cppcheck-suppression in C style comments
|
2011-02-20 11:44:42 +13:00 |
Daniel Marjamäki
|
5f0206725b
|
Null pointers: Fixed false negative for such code 'if (p && *p==0) {} *p = 0;'. Ticket: #2379
|
2011-02-19 21:28:18 +01:00 |
Daniel Marjamäki
|
29d05cf5f2
|
Null pointers: Fixed false negative for such code: 'abc->a = 0; if (abc && ..'. Ticket: #2379
|
2011-02-19 21:10:31 +01:00 |
Daniel Marjamäki
|
e7ef1b3627
|
Null pointer: fixed false negative when dereferencing struct and then checking if it's null. Ticket: #2379
|
2011-02-19 21:01:38 +01:00 |
Robert Reif
|
e6eb160395
|
fix [B#2589 (segmentation fault of cppcheck (struct B : A))
|
2011-02-19 14:38:00 -05:00 |
Daniel Marjamäki
|
caca6e94e6
|
Fixed #2231 (uninitialized variable: undetected when initialization in for loop)
|
2011-02-19 20:19:46 +01:00 |
Robert Reif
|
77fe9858e2
|
fix #2587 (Spurious warning about struct hiding typedef)
|
2011-02-19 14:18:37 -05:00 |
Robert Reif
|
f9b1505115
|
fix Scope::findInNestedListRecursive to check all children
|
2011-02-19 13:40:02 -05:00 |
Daniel Marjamäki
|
85b1ea21cf
|
Fixed #2590 (segmentation fault of cppcheck ( {}int ))
|
2011-02-19 09:56:17 +01:00 |
Greg Hewgill
|
7e5d8e42d4
|
remove stray BOM from source file
|
2011-02-19 16:10:50 +13:00 |
Daniel Marjamäki
|
f3b211378c
|
Borland C++: Updated project file
|
2011-02-18 20:22:09 +01:00 |
Daniel Marjamäki
|
f363bc1560
|
Borland C++: Fixed compiler error
|
2011-02-18 20:21:48 +01:00 |
Daniel Marjamäki
|
9a760b9654
|
Fixed #2582 (segmentation fault of cppcheck ( if() ))
|
2011-02-18 20:05:44 +01:00 |
Daniel Marjamäki
|
0e34b8bee5
|
Makefile: updated with dmake
|
2011-02-17 22:32:22 +01:00 |
Daniel Marjamäki
|
f5ebd779f8
|
GCC: Disabled the -Wsign-conversion. It is quite noisy.
|
2011-02-17 22:28:36 +01:00 |
Daniel Marjamäki
|
dfba4b7332
|
Fixed #2585 (segmentation fault of cppcheck (CheckOther::clarifyCalculation))
|
2011-02-17 21:30:59 +01:00 |
Daniel Marjamäki
|
cf2a04377e
|
Fixed #2586 (segmentation fault of cppcheck (template<>))
|
2011-02-17 21:15:17 +01:00 |
Daniel Marjamäki
|
96c3ab87f2
|
astyle formatting
|
2011-02-17 21:07:45 +01:00 |
Greg Hewgill
|
e2581da30c
|
Merge branch 'unmatched-suppressions'
|
2011-02-17 21:46:43 +13:00 |
Greg Hewgill
|
a4de6a3455
|
be sure to list unmatched suppressions only for the currently processed file
|
2011-02-17 21:46:14 +13:00 |
Daniel Marjamäki
|
53aaf22633
|
CheckClass::noMemset: Added TODO test case
|
2011-02-16 21:31:35 +01:00 |
Daniel Marjamäki
|
0ee583e324
|
Fixed gcc compiler warnings (signedness)
|
2011-02-16 20:56:02 +01:00 |
Daniel Marjamäki
|
54e0b60cc5
|
Fixed #2584 (false positive 'variable n is never used')
|
2011-02-16 20:33:24 +01:00 |
Greg Hewgill
|
f6872a7008
|
Merge branch 'unmatched-suppressions'
|
2011-02-17 07:13:16 +13:00 |
Greg Hewgill
|
de00ad693f
|
add self to authors file
|
2011-02-16 23:02:37 +13:00 |
Greg Hewgill
|
5d74325015
|
implement unmatchedSuppression information message
|
2011-02-16 23:02:37 +13:00 |
Greg Hewgill
|
331788246b
|
factor out addSuppressionLine from file reading function
|
2011-02-16 22:26:16 +13:00 |
Greg Hewgill
|
8a85b18283
|
use suppression wildcard glob instead of special-case empty filename
|
2011-02-16 20:19:18 +13:00 |
Raphael Geissert
|
5998ec4af9
|
Really fix the build failure this time
|
2011-02-15 14:10:56 -06:00 |
Robert Reif
|
218464df89
|
fix #2580 (false postive with Unused private function)
|
2011-02-14 19:50:13 -05:00 |
Daniel Marjamäki
|
d4f204a25a
|
renamed build.txt to build-pcre.txt
|
2011-02-14 21:11:06 +01:00 |
Daniel Marjamäki
|
0ed0d07714
|
Tokenizer::simplifyCalculations: basic handling of bitwise operators
|
2011-02-14 20:43:26 +01:00 |
Daniel Marjamäki
|
3bb2850c5c
|
Renaming HAVE_DEPENDENCIES to HAVE_RULES
|
2011-02-14 19:50:16 +01:00 |
Daniel Marjamäki
|
805773663e
|
Build: Renamed HAVE_DEPENDENCIES to HAVE_RULES
|
2011-02-14 19:37:58 +01:00 |
Robert Reif
|
cdd8d3f785
|
Really fix #2348 perl-tk
|
2011-02-13 19:02:57 -05:00 |
Ettl Martin
|
d2a1d3f14a
|
fixed pre/post increment warings, found during selfcheck
|
2011-02-13 23:57:07 +01:00 |
Daniel Marjamäki
|
aacb94c427
|
Revert "Buffer overruns: Removed TODO test case. We intentionally don't check struct/class arrays fully to avoid false positives"
This reverts commit 87cc42e6f0 .
|
2011-02-13 22:48:26 +01:00 |
Daniel Marjamäki
|
0d2d0c864a
|
Tokenizer::simplifyKnownVariables: Fixed TODO testcases (better handling of comparisons)
|
2011-02-13 22:24:45 +01:00 |