12369 Commits

Author SHA1 Message Date
Robert Reif
d12f14844a Fixed #6279 (False Positive: Member variable 'Fred::i' is not initialized in the constructor) 2014-11-20 06:18:29 +01:00
Robert Reif
b7c9187539 Fixed #6280 (MathLib: binary literals are integers) 2014-11-19 06:43:52 +01:00
Alexander Mai
1c191845fb Fix invalid assertion from recent commit. Make single argument givenACodeSampleToTokenize ctor explicit. 2014-11-18 19:52:06 +01:00
PKEuS
4163f1e122 Fixed #6260 - C++11 style array initialization 2014-11-18 19:50:09 +01:00
PKEuS
428587f3d4 Fixed #6275: Simplification of = (NULL); to = 0; 2014-11-18 19:39:38 +01:00
Alexander Mai
85c02df56c Fix compiler warning. run astyle 2014-11-18 19:36:47 +01:00
PKEuS
ad8749c0bd Fixed #6278: Remove casts to references to pointers in Tokenizer::simplifyCasts() 2014-11-18 19:23:59 +01:00
PKEuS
b76619e0c1 Merge pull request #465 from Dmitry-Me/removeRedundantActions2
Omit unneeded operations
2014-11-18 19:02:48 +01:00
Dmitry-Me
34bd612ea9 Omit unneeded operations 2014-11-18 16:35:36 +03:00
Dmitry-Me
e12d280e90 Code cleanup. Omit redundant actions. 2014-11-18 06:38:19 +01:00
Alexander Mai
8bcf833bb7 Cure null pointer access within Scope::findFunction introduced by recent cs 2014-11-17 23:10:00 +01:00
Alexander Mai
0ba3c15c52 Cure null pointer access within Scope::findFunction introduced by recent cs 2014-11-17 23:05:15 +01:00
Robert Reif
c5e15950df Fixed #6230 (SymbolDatabase: Wrong function() is set for token) 2014-11-17 16:04:44 +01:00
Robert Reif
7c4a137e14 Fixed #6274 (MathLib::isFloat doesn't recognize long double literal suffix L or l) 2014-11-17 06:53:32 +01:00
Alexander Mai
45ff012b2c Small doxygen fixes 2014-11-16 19:40:04 +01:00
Alexander Mai
ea94b2748f #633 Adding tests for some MathLib member functions, should reach 100% function coverage now 2014-11-16 18:09:21 +01:00
amai2012
2f7f4b849e Merge pull request #463 from simartin/ucontext_h_macosx_gt_10_7
Restore build on Mac OSX >= 10.7 since the inclusion of ucontext.h
2014-11-15 21:09:01 +01:00
Simon Martin
3ca2a177b5 Restore build on Mac OSX >= 10.7 since the inclusion of ucontext.h 2014-11-15 20:17:25 +01:00
Daniel Marjamäki
1a98e0add4 ran dmake 2014-11-15 18:45:18 +01:00
Daniel Marjamäki
828417c934 CheckUnusedFunction: Refactorings to use same infrastructure for whole program analysis as CheckUninitVar and CheckBufferOverrun 2014-11-15 18:44:23 +01:00
Alexander Mai
6c5ba733b6 Merge branch 'master' of https://github.com/danmar/cppcheck 2014-11-15 12:13:36 +01:00
Alexander Mai
b8224edaac Remove iceowl from list of skipped packages. Document the remaining skipped packages with a reference to accoding trac ticket 2014-11-15 12:10:18 +01:00
Daniel Marjamäki
625da8b721 ran dmake 2014-11-15 10:56:26 +01:00
Daniel Marjamäki
de7e9223b8 Fixed #6272 (Improve check: multifile checking in checkbufferoverrun) 2014-11-15 10:43:49 +01:00
Alexander Mai
5786be99c5 Improve exception handler: detect read or write on SIGSEGV (linux only), create more suitable core dump, reduce usage of fprintf() 2014-11-14 23:40:53 +01:00
Daniel Marjamäki
149fe74d9d astyle formatting 2014-11-14 21:43:37 +01:00
Dmitry-Me
353b885948 CheckOther::invalidPointerCast: Incorrect interpretation of settings 2014-11-14 20:22:17 +01:00
amai2012
bba968f766 Merge pull request #461 from Dmitry-Me/reuseCOmputedValues
Reuse previously computed values
2014-11-14 12:38:24 +01:00
Dmitry-Me
fefb0ca912 Reuse previously computed values 2014-11-14 13:24:56 +03:00
orbitcowboy
b9a9f51fe0 MathLib: Added test for isDec() and removed not required state. 2014-11-14 04:29:35 +01:00
PKEuS
fafcf40ee6 Set version to 1.67.99/"1.68 dev" in the remaining places 2014-11-13 21:54:34 +01:00
Alexander Mai
5300ba2074 Make single-argument constructors explicit 2014-11-13 21:39:14 +01:00
Alexander Mai
0f007fa24e Increase CPPCHECK_DEVMINOR to 68 2014-11-13 21:36:57 +01:00
Dmitry-Me
cb9a6c1cb5 Don't show warning for same expressions alongside == in static_assert 2014-11-13 16:04:34 +01:00
orbitcowboy
292b4e3b93 Fixed #6270: Cross compiling instructions for cppcheck are wrong. 2014-11-01 19:00:22 +01:00
Robert Reif
67385cfc4b Symboldatabase: improved look up of delegate constructors 2014-11-13 06:29:51 +01:00
Daniel Marjamäki
189dfd64f7 Revert "Fixed #6230 (SymbolDatabase: Wrong function() is set for token)"
This reverts commit 685fce6b917b3d071707b5b914d8c45ed8385725.
2014-11-11 07:29:16 +01:00
Daniel Marjamäki
ea765c24f2 Fixed #3262 (Tokenizer: wrong 'return a=1,b=2,...;' simplification;) 2014-11-10 17:31:19 +01:00
Matthias Krüger
e730f525ae htmlreport: only include verbose messages if they differ from the regular/actual message. 2014-11-10 12:32:11 +01:00
Matthias Krüger
ffe7f57f4c htmlreport: remove link to the forum since it is no longer available. 2014-11-08 23:57:55 +01:00
PKEuS
81791ff55d Merge pull request #459 from simartin/ticket_6059
Ticket #6059: Properly handle class... in parameter lists.
2014-11-08 09:57:56 +01:00
Simon Martin
cc6b51f2d9 Ticket #6059: Properly handle class... in parameter lists. 2014-11-07 23:08:54 +01:00
Daniel Marjamäki
685fce6b91 Fixed #6230 (SymbolDatabase: Wrong function() is set for token) 2014-11-07 11:10:20 +01:00
Robert Reif
1f32e9eee5 Symbol database: added test for findfunction 2014-11-07 10:46:31 +01:00
Daniel Marjamäki
8012ac9562 Fixed #5993 (FP: memleak (linux list)) 2014-11-07 07:44:12 +01:00
Frank Zingsheim
7e0fc3d481 Fixed #6252 (False positive "freed twice")
--HG--
extra : rebase_source : 24f801452fbefa3a59ab2cca62c3cf02aea513b6
2014-11-03 21:24:34 +01:00
Alexander Mai
82a6c2cb50 Merge branch 'master' of https://github.com/danmar/cppcheck 2014-11-02 15:48:36 +01:00
Alexander Mai
95cd0f396a #6026 backtrace() not portable - linker error on NetBSD 2014-11-02 15:47:55 +01:00
Matthias Krüger
50e00e8dfb travis: remove self-check suppression that is now redundant (variableScope:test/testvalueflow.cpp) 2014-11-02 15:31:41 +01:00
PKEuS
e5d63195cb Fixed #5983: Support storing pointers/references to member variables in CheckClass::checkConst() 2014-11-02 13:38:03 +01:00