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 |
Daniel Marjamäki
|
2182ede486
|
Tokenizer::simplifyKnownVariables: Fixed TODO testcase (better handling of ^)
|
2011-02-13 22:13:19 +01:00 |
Daniel Marjamäki
|
472d8154ca
|
Tokenizer::simplifyKnownVariables: Fixed TODO testcase (better handling of |)
|
2011-02-13 22:09:04 +01:00 |
Daniel Marjamäki
|
467c984cd1
|
Tokenizer::simplifyKnownVariables: Fixed TODO testcase (better handling of %)
|
2011-02-13 22:03:46 +01:00 |
Daniel Marjamäki
|
87cf0949f2
|
Buffer overruns: Removed TODO test case. We intentionally don't check struct/class arrays fully to avoid false positives
|
2011-02-13 21:48:13 +01:00 |
Daniel Marjamäki
|
87cc42e6f0
|
Buffer overruns: Removed TODO test case. We intentionally don't check struct/class arrays fully to avoid false positives
|
2011-02-13 21:42:35 +01:00 |
Robert Reif
|
c03ace7378
|
Fix #2579 (segmentation fault of cppcheck)
|
2011-02-13 14:11:22 -05:00 |
Robert Reif
|
ad22aebf8c
|
Really fix: #2376 (simplifyTypedef: upx-ucl)
|
2011-02-13 13:34:55 -05:00 |
Daniel Marjamäki
|
d8da1ac390
|
Merge branch 'suppress-glob' of https://github.com/ghewgill/cppcheck into ghewgill-suppress-glob
|
2011-02-13 18:17:44 +01:00 |
Daniel Marjamäki
|
8c5ec0df7d
|
Merge branch 'preprocessor' of https://github.com/ghewgill/cppcheck into ghewgill-preprocessor
|
2011-02-13 18:13:35 +01:00 |
Greg Hewgill
|
a4fd5e873e
|
change failing tests into TODO_ASSERT_EQUALS
|
2011-02-13 20:45:04 +13:00 |
Raphael Geissert
|
b3e19c24d3
|
Fix build when PATH_MAX is not defined
POSIX says it _may_ be defined. Alternative implementation follows
POSIX.1-2008.
|
2011-02-12 15:43:36 -06:00 |
Greg Hewgill
|
1418c12261
|
astyle formatting
|
2011-02-13 10:01:32 +13:00 |
Greg Hewgill
|
421b32efb4
|
use std::stack instead of std::list where appropriate
|
2011-02-13 09:55:45 +13:00 |
Robert Reif
|
2aefa5deb5
|
fix #2577 (segmentation fault of cppcheck)
|
2011-02-12 15:35:48 -05:00 |
Daniel Marjamäki
|
de75bdfed5
|
Tokenizer: comments/refactorings
|
2011-02-12 21:11:20 +01:00 |
Daniel Marjamäki
|
4d1aae5859
|
Tokenizer::simplifyTemplates: Broke out the functionality that instantiates a template
|
2011-02-12 20:58:45 +01:00 |
Daniel Marjamäki
|
9021f0f180
|
Tokenizer::simplifyTemplates: Broke out the functionality that handles default template arguments
|
2011-02-12 20:27:44 +01:00 |
Daniel Marjamäki
|
00bdf618f2
|
Tokenizer::simplifyTemplates: Broke out the functionality that extract a list of template instantiations
|
2011-02-12 20:17:58 +01:00 |
Daniel Marjamäki
|
25d6bfe3c4
|
Tokenizer::simplifyTemplates: broke out the functionality that extract a list of template declarations
|
2011-02-12 20:12:07 +01:00 |
Daniel Marjamäki
|
654116af61
|
Tokenizer::simplifyTemplates: Broke out handling for 'template<>..'
|
2011-02-12 19:43:33 +01:00 |
Daniel Marjamäki
|
518a495334
|
Fixed #2576 (False positive: (error) Buffer access out-of-bounds)
|
2011-02-12 18:34:12 +01:00 |
Daniel Marjamäki
|
07e8325e50
|
Fixed #2549 (segmentation fault of cppcheck)
|
2011-02-12 16:51:59 +01:00 |
Daniel Marjamäki
|
7507f64ee7
|
Fixed #2558 (false positive: (error) Returning reference to auto variable)
|
2011-02-12 15:39:26 +01:00 |
Daniel Marjamäki
|
2657d36d03
|
Fixed #2502 (False positive: redundant assingment of object to itself)
|
2011-02-12 14:27:07 +01:00 |
Daniel Marjamäki
|
ee0f5ff7b3
|
Uninitialized variables: Added TODO test case
|
2011-02-12 12:42:16 +01:00 |
Daniel Marjamäki
|
318f2e8a57
|
Fixed #2561 (False positive on array index when using conditional operator)
|
2011-02-12 11:31:10 +01:00 |
Raphael Geissert
|
d8119cd57a
|
Fix test for architectures where char is unsigned
|
2011-02-12 02:42:31 -06:00 |
Daniel Marjamäki
|
63ade3e4f6
|
Tokenizer::simplifyKnownVariables: Split up the function into smaller functions. Broke out ..GetData function that extracts info about assigned variable before the simplification is made.
|
2011-02-12 09:24:20 +01:00 |
Daniel Marjamäki
|
edc472dd34
|
readme: show how cppcheck is compiled with g++ with or without dependencies
|
2011-02-12 08:50:38 +01:00 |