Ettl Martin
|
cb343bd718
|
fixed typo in reporting Error
|
2013-04-16 11:25:45 +02:00 |
Daniel Marjamäki
|
fdac502c39
|
Simplified TestNullPointer test cases
|
2013-04-15 19:00:15 +02:00 |
Daniel Marjamki
|
9007345221
|
Simplified TestOther test cases
|
2013-04-13 20:17:53 +02:00 |
Daniel Marjamäki
|
37a87d2f9d
|
Simplified TestClass test cases
|
2013-04-13 19:11:07 +02:00 |
Daniel Marjamäki
|
dd6a806ada
|
TestBoost: Warn if test case is not simplified properly
|
2013-04-13 18:42:56 +02:00 |
Daniel Marjamäki
|
8c6637c79c
|
TestBool: Warn if test case is not simplified properly
|
2013-04-13 18:41:06 +02:00 |
Daniel Marjamäki
|
25582dbde7
|
Simplify TestAutoVariables test cases
|
2013-04-13 18:38:15 +02:00 |
Daniel Marjamäki
|
b42ec0fe8b
|
Simplify TestAssignIf test cases (else if)
|
2013-04-13 18:23:53 +02:00 |
Daniel Marjamäki
|
393c75af70
|
Simplified remaining TestBufferOverrun test cases
|
2013-04-13 15:49:15 +02:00 |
Daniel Marjamäki
|
cbe2cdafcf
|
Simplify TestBufferOverrun test cases (casts, pointer addition, calculation)
|
2013-04-13 13:58:21 +02:00 |
Daniel Marjamäki
|
fe911f92e1
|
Simplify TestBufferOverrun test cases (known variable value)
|
2013-04-13 13:13:13 +02:00 |
PKEuS
|
6f9886a1b9
|
Removed more duplicate unit tests
|
2013-04-13 02:07:18 -07:00 |
Daniel Marjamäki
|
78d3aef40e
|
Simplified TestBufferOverrun test cases (sizeof, known variable value)
|
2013-04-13 11:01:19 +02:00 |
PKEuS
|
693c6e84cb
|
Removed more duplicate unit tests
|
2013-04-13 01:49:17 -07:00 |
PKEuS
|
8e4f99884b
|
Removed more duplicate unit tests
|
2013-04-13 00:49:00 -07:00 |
Daniel Marjamäki
|
3b880f9e2e
|
Simplified TestBufferOverrun test cases (sizeof, known variables, casts, etc)
|
2013-04-13 08:19:14 +02:00 |
Daniel Marjamäki
|
7871f16e9d
|
Simplified TestBufferOverrun::readlink test cases (sizeof)
|
2013-04-13 07:31:15 +02:00 |
Daniel Marjamäki
|
6afdd1b7c0
|
Simplified TestBufferOverrun::readlinkat test cases (sizeof, known variables)
|
2013-04-13 07:22:01 +02:00 |
PKEuS
|
cdce755471
|
Removed duplicate unit tests in testbufferoverrun.cpp
|
2013-04-12 12:17:08 -07:00 |
Daniel Marjamäki
|
9ad39ca4c0
|
Fixed #4544 (Crash with this line : class CD : public CC< class CB< CA > >)
|
2013-04-12 16:38:12 +02:00 |
Daniel Marjamäki
|
e8fbd39efd
|
Templates: better handling of 'X<class Y>' template instantiations. Ticket: #4544
|
2013-04-11 18:58:39 +02:00 |
Ettl Martin
|
e03a3946d0
|
avoid crash in checkother:wrongPipeParameterSize when a pointer with unknown size is provided.
|
2013-04-11 14:22:22 +02:00 |
Ettl Martin
|
33cfc1a52e
|
fixed #4726: simplify bitwise Not (~ %num%)
|
2013-04-11 09:16:40 +02:00 |
Daniel Marjamäki
|
a49fc57e00
|
Tokenizer: don't simplify 'a!=(b!=0)' to 'a!=b'. Ticket: #4697
|
2013-04-11 07:19:32 +02:00 |
Frank Zingsheim
|
54e7c8f6a2
|
Implemented support for move constructors:
Adapt code to Function::eMoveConstructor
introduced in commit eb2962792f
|
2013-04-10 21:57:22 +02:00 |
Daniel Marjamäki
|
7fdaba43ed
|
Uninitialized variables: Fixed fp when initializing struct with function in loop body
|
2013-04-10 20:46:44 +02:00 |
Daniel Marjamäki
|
96a5429cee
|
Uninitialized variables: Assume that function initializes struct if it is unknown if it does
|
2013-04-10 20:04:32 +02:00 |
PKEuS
|
994c429b7d
|
Moved checks related to sizeof usage from checkother into new file
|
2013-04-10 09:49:38 -07:00 |
PKEuS
|
42fcb04d0c
|
Moved checks related to boolean type (not condition checking!) from checkother into new file
|
2013-04-10 09:25:50 -07:00 |
PKEuS
|
4e6d105cbd
|
Added support for complex patterns to CheckOther::checkIncorrectStringCompare()
|
2013-04-09 09:16:35 -07:00 |
XhmikosR
|
8ac9b8e7a9
|
remove duplicate ";" and fours dots
|
2013-04-09 17:49:09 +02:00 |
XhmikosR
|
2d6d1f3250
|
web:
* add transition to all a:hover
* remove inherited font-family
* specify the default font size
|
2013-04-09 17:49:09 +02:00 |
XhmikosR
|
bf603cc975
|
make htdocs/site/js/pack.js always use LF
|
2013-04-09 17:49:09 +02:00 |
XhmikosR
|
700512a53f
|
use spaces in strings
|
2013-04-09 17:49:09 +02:00 |
PKEuS
|
c487ea843d
|
Better fix for #4706: Use Token::nextArgument() properly. Removed redundant ' in message
|
2013-04-09 08:30:53 -07:00 |
Daniel Marjamäki
|
4c8b17c040
|
Fixed #4717 (False positive: Uninitialized variable inside ({..}))
|
2013-04-09 17:02:11 +02:00 |
Frank Zingsheim
|
1935c544e0
|
Fixed #4656 (New check: Detect pure virtual function calls)
C++11: move constructor
|
2013-04-08 20:48:45 +02:00 |
Daniel Marjamäki
|
0a17829021
|
removed extra newline
|
2013-04-08 19:52:48 +02:00 |
Frank Zingsheim
|
47360f1191
|
Fixed #4656 (New check: Detect pure virtual function calls)
C++11: move constructor
|
2013-04-08 19:37:08 +02:00 |
Daniel Marjamäki
|
894a2435ae
|
Fixed #4718 (False positive: unititialized variable (value flow))
|
2013-04-08 19:34:39 +02:00 |
XhmikosR
|
c0ad2a209c
|
update .htaccess to the latest html5 boilerplate git
|
2013-04-08 11:53:59 +02:00 |
XhmikosR
|
4df22a47d9
|
update normalize.css to v2.1.1
|
2013-04-08 11:53:59 +02:00 |
PKEuS
|
95756409bc
|
Fixed MSVC warning
|
2013-04-08 02:26:58 -07:00 |
Daniel Marjamäki
|
4abe1c0bac
|
Fix Cppcheck message
|
2013-04-07 19:33:46 +02:00 |
Alexander Mai
|
14fc140592
|
Fixed memory leaks in teststl
|
2013-04-07 18:43:18 +02:00 |
Daniel Marjamki
|
cd770fb106
|
Fixed #4310 (False positive 'boolean result in bitwise' message in template class (was #3818))
|
2013-04-07 16:48:42 +02:00 |
Daniel Marjamäki
|
f43d732f33
|
Fixed #4691 (False positive: Mismatching bitmasks in switch())
|
2013-04-07 04:25:10 +02:00 |
Daniel Marjamäki
|
38680e3440
|
Fixed #4677 (Message for 'possible null pointer dereference, otherwise it is redundant to check..' is warning but says error)
|
2013-04-07 03:41:02 +02:00 |
zblair
|
ecfe4eb5be
|
Fixed #3372 (New check: dereference iterator and then checking it)
|
2013-04-04 21:14:59 -07:00 |
PKEuS
|
fd7c90f68d
|
Forgot to commit a file in eb2962792f .
|
2013-04-04 10:57:35 -07:00 |