Daniel Marjamäki
|
1feabd0f0a
|
astyle formatting
|
2013-09-23 06:03:44 +02:00 |
Daniel Marjamäki
|
d1c9cac155
|
Merge pull request #170 from simartin/clang_warnings_2
Remove warnings emitted by clang's -Wsign-conversion
|
2013-09-22 20:42:10 -07:00 |
Simon Martin
|
894f537eba
|
Remove warnings emitted by clang's -Wsign-conversion
|
2013-09-22 13:22:52 +02:00 |
Daniel Marjamäki
|
027e5cc860
|
Fixed #4929 (false positive: Division by zero (standard function div()))
|
2013-09-22 09:52:12 +02:00 |
Robert Reif
|
5c4c397372
|
CheckIO: add scanf argument type checking. Floating point and integer checking is complete but string checking is incomplete and character checking is missing. Ticket #4099
|
2013-09-22 06:56:31 +02:00 |
Alexander Mai
|
6eab4abaf2
|
Fixed #5030 (Segmentation fault below CheckMemoryLeakStructMember::isMalloc())
|
2013-09-21 18:10:29 +02:00 |
Daniel Marjamäki
|
965d8f0ecc
|
Fixed #5033 (segmentation fault (valid code) in CheckOther::checkZeroDivisionOrUselessCondition)
|
2013-09-21 17:44:25 +02:00 |
Martin Ettl
|
4cc153a6f3
|
Fixed #5032: fix wrong unittest case in testtoken::matchNumeric.
|
2013-09-21 17:40:18 +02:00 |
Lucas Manuel Rodriguez
|
2fce3e6104
|
Fixed #5037 (Add missing C++ std objects and types)
|
2013-09-21 12:13:35 -03:00 |
Martin Ettl
|
d5f514c820
|
Fixed #5031: simplify labs|fabs|abs(-1) to 1.
|
2013-09-21 16:59:06 +02:00 |
Daniel Marjamki
|
3de9431507
|
Fixed #5022 (Improve check: Division by zero or useless condition, function call)
|
2013-09-15 17:46:52 +02:00 |
Robert Reif
|
19745bbb7d
|
Fixed #5021 (Confusing message about %lf format in printf())
|
2013-09-15 16:38:45 +02:00 |
Ettl Martin
|
5a671f8914
|
Fixed #5023 (Add support for asinf,acosf,asinl,acosl (...) functions)
|
2013-09-13 19:49:25 +02:00 |
Daniel Marjamäki
|
bcbcee87d5
|
Library: Changed 'rt' to 'rb' when open files. TinyXml won't choke on CRLF in Windows then. Thanks sam-truscott for telling me this.
|
2013-09-13 07:26:52 +02:00 |
Robert Reif
|
4d82e37078
|
Fixed #5021 (Confusing message about %lf format in printf())
|
2013-09-12 05:54:05 +02:00 |
Daniel Marjamäki
|
ddefe62c12
|
astyle formatting
|
2013-09-11 15:49:40 +02:00 |
PKEuS
|
0439f25bbd
|
Fixed wrong unittest introduced in b36a887608
|
2013-09-10 12:57:28 +02:00 |
Daniel Marjamäki
|
418a3d8399
|
spelling fix: desctructor => destructor
|
2013-09-09 06:14:41 +02:00 |
Daniel Marjamäki
|
4da2e4d4ce
|
Updated authors (vflashm)
|
2013-09-09 05:49:43 +02:00 |
flashm
|
f56a85358b
|
preprocessor optimization, unnecessary map creation removed
it used to be O(n^2), now it's only O(n)
|
2013-09-09 05:48:07 +02:00 |
Robert Reif
|
9be2f6b5d4
|
Fixed #4964 (printf format argument check only supports simple variables)
|
2013-09-08 20:21:00 +02:00 |
Daniel Marjamäki
|
4b1254bc8d
|
Merge pull request #168 from simartin/ticket_4994
Ticket #4994: Don't crash when checking variable scope for invalid input
|
2013-09-08 06:57:42 -07:00 |
Simon Martin
|
843833f907
|
Ticket #4994: Don't crash when checking variable scope for invalid input.
|
2013-09-07 21:16:25 +02:00 |
Daniel Marjamäki
|
2b3e1a28d8
|
Reverted 4f76f8f558 (GUI: wrong multiselection behaviour)
|
2013-09-07 19:38:40 +02:00 |
Daniel Marjamäki
|
51ad747317
|
Fixed false positive in new 'x>-1<5' check when using templates
|
2013-09-07 18:24:35 +02:00 |
Daniel Marjamäki
|
0d246f84ca
|
checkZeroDivisionOrUselessCondition: Refactoring
|
2013-09-07 17:54:34 +02:00 |
Daniel Marjamäki
|
6bb6506ce2
|
checkZeroDivisionOrUselessCondition: Fixed false positive when function is called and variable is passed to it
|
2013-09-07 16:18:11 +02:00 |
Goran Džaferi
|
4973ae5183
|
Show Travis CI build status image
|
2013-09-07 12:13:38 +02:00 |
Daniel Marjamäki
|
08556d071e
|
Fixed #5016 (false negative: condition is always true / comparing boolean result with '<' (x > -1 < 5))
|
2013-09-07 11:32:11 +02:00 |
Daniel Marjamäki
|
83c460fc56
|
Fixed #5017 (New check: division by zero, otherwise condition is redundant)
|
2013-09-07 07:40:10 +02:00 |
Daniel Marjamäki
|
40c5924292
|
CheckIO: Handle classes derived from STL
|
2013-09-07 07:20:06 +02:00 |
Robert Reif
|
489a3a6e53
|
Fixed #5015 (strings not being concatinated properly)
|
2013-09-06 05:36:33 +02:00 |
Daniel Marjamäki
|
56680ef399
|
Makefile: auto-updated by dmake
|
2013-09-05 15:55:34 +02:00 |
Daniel Marjamäki
|
9000c233fa
|
Fixed #5012 (Hang when there is syntax error 'else }')
|
2013-09-05 06:38:07 +02:00 |
Robert Reif
|
2fe91e290c
|
CheckIo: Improved %d handling
|
2013-09-05 06:04:41 +02:00 |
Daniel Marjamäki
|
0ba7e4d5ed
|
astyle formatting
|
2013-09-05 01:47:22 +02:00 |
Robert Reif
|
921a1aaa4f
|
CheckIO: Improved handling of %u
|
2013-09-05 01:46:58 +02:00 |
Ettl Martin
|
9ab6655d85
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
Daniel Marjamäki
|
43b40b7465
|
Refactoring: Reordered includes. Put local ones before system includes.
|
2013-09-04 06:18:22 +02:00 |
Daniel Marjamäki
|
3b8e9f5a2a
|
Fixed #4899 (False positive on unused variable)
|
2013-09-03 17:02:46 +02:00 |
PKEuS
|
05af4f82ce
|
Test GetShowErrorMessages in testcmdlineparser.cpp
|
2013-09-03 11:41:16 +02:00 |
PKEuS
|
8e84f30244
|
Refactorization: Make use of Function::retDef where it makes sense
|
2013-09-03 11:40:43 +02:00 |
PKEuS
|
b36a887608
|
Fixed false positive #5004
|
2013-09-03 10:54:10 +02:00 |
PKEuS
|
6b47ed414a
|
Fixed Function::retDef initialization:
- Move/Copy Constructors and Destructors do not have a return type neither
- Fixed crash in SymbolDatabase::printOut
- Added testing
|
2013-09-03 10:48:01 +02:00 |
Daniel Marjamäki
|
5d7518aa57
|
simplifyCalculations: Improved handling of casts (#4899)
|
2013-09-03 06:27:11 +02:00 |
Robert Reif
|
0dddd424a4
|
CheckIO: Improved handling of function return type
|
2013-09-03 05:50:19 +02:00 |
Daniel Marjamäki
|
6819f5ed18
|
Fixed #4860 (Segfault with another Clucene file)
|
2013-09-02 05:58:55 +02:00 |
Daniel Marjamäki
|
a781a83822
|
Preprocessor: Quicker response for --check-config. No 'normal' code is needed so skip it.
|
2013-09-01 07:13:48 +02:00 |
Robert Reif
|
8790f6d73f
|
Fixed #4999 (Crash with simple code snipped in rev ab30fa3 )
|
2013-08-31 18:58:55 +02:00 |
Daniel Marjamäki
|
6b260c481c
|
CppCheck: Don't run preprocessor rules when --check-config is used
|
2013-08-31 18:38:52 +02:00 |