Daniel Marjamäki
|
a04f7b1a94
|
CheckNullPointer::isPointerDeRef: Refactoring - use tok->variable(). Ticket: #4535
|
2013-02-01 19:10:14 +01:00 |
dencat
|
95b244d4e1
|
update russian translation
|
2013-02-01 17:50:28 +04:00 |
Robert Reif
|
1a58ae4994
|
Symbol database: handle when forward declaration doesn't match declaration. Ticket: #4531
|
2013-02-01 06:31:02 +01:00 |
Robert Reif
|
94c953931d
|
Simplify checks by caching symbol database Variable pointer in Token
|
2013-01-31 20:08:48 +01:00 |
Daniel Marjamäki
|
e2faed355b
|
Fixed #4485 (False positive: Same expression of '-' when checking if float is inf)
|
2013-01-31 17:29:31 +01:00 |
Daniel Marjamäki
|
bd7e3cbac5
|
Fixed #4540 (memory leak not detected ('.' or '->' is used before Function))
|
2013-01-31 17:00:50 +01:00 |
Robert Reif
|
ec1c86c152
|
Symbol database: more function/variable cleanup. Ticket: #4494
|
2013-01-31 06:41:18 +01:00 |
Daniel Marjamäki
|
fc42aa3a30
|
Fixed #4523 (false positive: (error) Possible null pointer dereference)
|
2013-01-30 16:52:12 +01:00 |
Daniel Marjamäki
|
bc6d31c7c7
|
unsigned division: don't warn about 'unsigned char' because it is promoted to int.
|
2013-01-30 16:50:12 +01:00 |
Daniel Marjamäki
|
509dd9a989
|
Fixed #4523 (false positive: (error) Possible null pointer dereference)
|
2013-01-29 17:12:14 +01:00 |
Daniel Marjamäki
|
3679a809dd
|
Uninitialized variables: fixed false positive
|
2013-01-28 18:08:20 +01:00 |
Robert Reif
|
859793731d
|
SymbolDatabase: Refactor findFunction handling. Ticket: #4494
|
2013-01-28 06:47:48 +01:00 |
Daniel Marjamäki
|
4391f0880f
|
Tokenizer: Add special tokenize method for the Preprocessor with only basic simplifications
|
2013-01-27 17:58:54 +01:00 |
Daniel Marjamäki
|
0a88a136ca
|
Reduce: Added --cfg command
|
2013-01-27 03:20:24 +01:00 |
Daniel Marjamäki
|
42dd956dff
|
Preprocessor: Better fix for hangs. And added proper unit test.
|
2013-01-27 02:53:29 +01:00 |
Robert Reif
|
a0d8fd26fe
|
SymbolDatabase: improved handling of const in function parameters
|
2013-01-27 02:46:00 +01:00 |
Frank Zingsheim
|
6dc9987ad0
|
Fixed #4517 (Testmemleak should not use Tokenizer on pseudo code)
|
2013-01-27 02:41:43 +01:00 |
Daniel Marjamäki
|
6238db3a78
|
Preprocessor: Fix hang
|
2013-01-26 19:11:58 +01:00 |
Daniel Marjamäki
|
9313f7aa79
|
Preprocessor: Fix. Ticket: #4516
|
2013-01-26 18:45:18 +01:00 |
Daniel Marjamki
|
f69b1f426e
|
Preprocessor: Improved handling of expressions in simplifyVarMap. Ticket: #4516
|
2013-01-26 16:21:33 +01:00 |
Daniel Marjamki
|
641e7cba28
|
Fixed #4516 (Preprocessor: wrong #if evaluation)
|
2013-01-26 12:37:46 +01:00 |
Daniel Marjamki
|
8738223e82
|
Fixed #4512 (Improve check: Uninitialized variable not detected)
|
2013-01-26 08:16:53 +01:00 |
Daniel Marjamki
|
04ceae7ea7
|
Uninitialized variables: minor refactorings
|
2013-01-26 07:28:11 +01:00 |
PKEuS
|
ea40fb60d1
|
Updated german translation
|
2013-01-25 14:05:31 -08:00 |
Daniel Marjamäki
|
ae43b12bf1
|
Fixed #4511 (False positive: uninitialized struct member)
|
2013-01-25 18:20:57 +01:00 |
Robert Reif
|
3b08b410a2
|
Symbol database: Improved function lookup (a.b.f()). Ticket: #4494
|
2013-01-25 06:49:04 +01:00 |
XhmikosR
|
163cce726c
|
all.css: use white and black instead of the hex since clean-css takes cares of this when it's smaller to use the hex
|
2013-01-24 21:01:14 +01:00 |
Daniel Marjamäki
|
bdd92b6898
|
runastyle: removed sed command that mess with the make
|
2013-01-24 19:44:42 +01:00 |
Daniel Marjamäki
|
c235737b6c
|
Uninitialized variables: improved checking of loops
|
2013-01-24 19:41:15 +01:00 |
Erik Lax
|
c2608108dd
|
Fixed #3928 (Tokenizer: Wrong simplification of inner if-else 'if (a) while (b) if (c) x; else y;')
|
2013-01-24 16:53:20 +01:00 |
XhmikosR
|
392960513b
|
all.css: no need to overqualify tags. Also merge two identical selectors.
|
2013-01-23 18:30:28 +01:00 |
Erik Lax
|
569b2ae9cd
|
Fixed #4505 (test/testtokenize.cpp: Assertion failed in 'make check')
|
2013-01-23 18:27:28 +01:00 |
Robert Reif
|
cecd726b11
|
Symbol database: Improved function lookup for foo.f(). Ticket #4494
|
2013-01-23 16:53:55 +01:00 |
Daniel Marjamäki
|
683c8adb74
|
TokenList: Handle #line better. Ticket: #4505
|
2013-01-23 07:04:45 +01:00 |
XhmikosR
|
645126fb8e
|
remove double trailing semicolons
|
2013-01-23 06:48:21 +01:00 |
Daniel Marjamäki
|
f86e83d813
|
Memory leaks: Improved handling of allocation functions that contains ::. Ticket: #4494
|
2013-01-22 21:33:39 +01:00 |
Erik Lax
|
444f80c4bb
|
Fixed #4505
|
2013-01-22 13:49:54 +01:00 |
Thomas Jarosch
|
f97015e244
|
Don't use Token::Match() for simple string comparison
|
2013-01-22 13:16:23 +01:00 |
Robert Reif
|
ddb604d1a5
|
Symbol database: function lookup when :: is used. Ticket #4494
|
2013-01-22 06:55:25 +01:00 |
Edoardo Prezioso
|
f68d6f7c95
|
Standards: remove useless semicolon after function
|
2013-01-22 00:13:36 +01:00 |
Frank Zingsheim
|
096cb1bd88
|
Fixed #3686: false positive: Possible null pointer dereference (inconclusive)
|
2013-01-21 19:38:59 +01:00 |
Daniel Marjamäki
|
bfafd51ca1
|
Fixed #4470 (New check: redundant bitand 'x&=1; x&=2;' can be simplified to 'x=0;')
|
2013-01-21 19:59:34 +01:00 |
XhmikosR
|
55b8ac00b0
|
htdocs: add normalize.css to ensure that the visual styles are the same across all browsers
|
2013-01-21 19:07:57 +01:00 |
XhmikosR
|
9787c97a7c
|
update jquery to v1.9.0
|
2013-01-21 19:07:44 +01:00 |
XhmikosR
|
acb34e403b
|
all.css: add transition effect for the Download now button
|
2013-01-21 19:07:31 +01:00 |
XhmikosR
|
e41768e799
|
all.css: use background-color when specifying only that property
|
2013-01-21 19:07:16 +01:00 |
Thomas Jarosch
|
f867d05d81
|
Use Token::simpleMatch() for simple pattern
Found by "internal" check
|
2013-01-21 10:14:39 +01:00 |
Daniel Marjamki
|
c478a3214f
|
Uninitialized variables: Added TODO test case (while)
|
2013-01-20 18:40:24 +01:00 |
Daniel Marjamki
|
76534ccd1b
|
Uninitialized struct member: Fixed false negatives for return statements
|
2013-01-20 17:54:32 +01:00 |
Daniel Marjamki
|
d33341a21a
|
Fixed #4502 (Preprocessor: Treat SystemInclude and UserInclude the same)
|
2013-01-20 14:42:04 +01:00 |