PKEuS
|
5c348890b2
|
Preserve varId in simplifyArrayAccessSyntax (#6523)
|
2015-09-05 13:14:08 +02:00 |
Philipp Kloke
|
687bde8af5
|
Set version to 1.70.99/1.71 dev
|
2015-09-04 21:10:05 +02:00 |
Daniel Marjamäki
|
dafba604ff
|
1.70: Set versions
|
2015-09-04 19:36:34 +02:00 |
Dmitry-Me
|
e9cb3d8c97
|
Consistent variable name
|
2015-09-04 17:00:44 +03:00 |
orbitcowboy
|
c1120c1df4
|
Merge pull request #672 from Dmitry-Me/fixSpelling
Fix spelling
|
2015-09-04 15:39:03 +02:00 |
Dmitry-Me
|
e377a2e9b2
|
Fix spelling
|
2015-09-04 16:12:40 +03:00 |
Dmitry-Me
|
31014fe334
|
Omit unneded action
|
2015-09-04 16:06:20 +03:00 |
PKEuS
|
1aa958d60c
|
Updated VS solution with VS2015 as default. Added flags /Zc:inline and /Zc:throwingNew.
|
2015-09-04 14:30:54 +02:00 |
orbitcowboy
|
117bdef19c
|
Merge pull request #668 from Dmitry-Me/makeChecksMutuallyExclusive
Treat checks as mutually exclusive
|
2015-09-04 11:17:42 +02:00 |
orbitcowboy
|
d97d5d8691
|
Merge pull request #669 from Dmitry-Me/fixIncompleteComment
Comment omitted one of the items listed
|
2015-09-04 11:16:33 +02:00 |
Dmitry-Me
|
a87990901a
|
Better variable name
|
2015-09-04 11:38:46 +03:00 |
Dmitry-Me
|
e082264677
|
Comment omitted one of the items listed
|
2015-09-04 11:19:03 +03:00 |
Dmitry-Me
|
cd4f3cf8db
|
Treat checks as mutually exclusive
|
2015-09-04 10:42:26 +03:00 |
PKEuS
|
b49c5d7193
|
Merge pull request #665 from simartin/todo_condition
Fixed TODO-test for CheckCondition::checkBadBitmaskCheck by handling functions return bool.
|
2015-09-03 22:53:33 +02:00 |
Simon Martin
|
f273323cd0
|
Fixed TODO-test for CheckCondition::checkBadBitmaskCheck by handling functions return bool.
|
2015-09-03 21:07:03 +02:00 |
Dmitry-Me
|
7287b1a251
|
Avoid unneeded match checks
|
2015-09-03 18:30:05 +03:00 |
Dmitry-Me
|
0f073ad27e
|
Quick check to omit useless heavy matches
|
2015-09-03 13:09:57 +03:00 |
Dmitry-Me
|
cdf1521258
|
Further fix search replace
|
2015-09-02 17:06:19 +03:00 |
Dmitry-Me
|
139ead15ef
|
Merge overlapping patterns
|
2015-09-01 16:17:17 +03:00 |
amai2012
|
e683d31e71
|
Re-enable okenizer::removeMacroInClassDef for C code
|
2015-09-01 07:10:12 +02:00 |
PKEuS
|
04209c08cf
|
Merge pull request #644 from Dmitry-Me/fixSearchReplace
Fix search-replace
|
2015-08-31 21:14:58 +02:00 |
Dmitry-Me
|
969b1bfbe9
|
Fix search-replace
|
2015-08-31 17:44:33 +03:00 |
PKEuS
|
dc6c278d83
|
Fixed false negative #5815
|
2015-08-31 14:12:19 +02:00 |
Alexander Mai
|
b90b751b54
|
Cure some doxygen warnings
|
2015-08-30 20:12:02 +02:00 |
PKEuS
|
c5a8ecb6f9
|
New check: Detect unused 'goto' labels (#5124)
|
2015-08-30 16:45:47 +02:00 |
PKEuS
|
f12f16cb4a
|
Handle anonymous structs (which can appear inside unions) like anonymous unions (#2039)
|
2015-08-30 15:41:54 +02:00 |
Philipp Kloke
|
56698dd844
|
Fixed #6919: Support initializer list in duplicateEnumError check
|
2015-08-29 22:20:09 +02:00 |
PKEuS
|
d7853b9963
|
Fixed simplification of fma(a, b, c) (#6958)
|
2015-08-29 20:52:03 +02:00 |
Alexander Mai
|
8d2c4453ad
|
Small optimizations for C code in Tokenizer. Add some regression tests for recently fixed results
|
2015-08-29 19:00:09 +02:00 |
Daniel Marjamäki
|
e31ee26b6c
|
Merge pull request #662 from simartin/ticket_6959
Ticket #6959: Properly handle arrays of pointers in CheckClass::constructors
|
2015-08-29 13:22:10 +02:00 |
Daniel Marjamäki
|
6ddd0a953f
|
Fixed #6917 (False positive uninitvar - unused array declaration and ternary expression)
|
2015-08-29 13:19:28 +02:00 |
Simon Martin
|
b4b636b6a2
|
Ticket #6959: Properly handle arrays of pointers in CheckClass::constructors.
|
2015-08-29 13:11:00 +02:00 |
PKEuS
|
70368a2e3a
|
Made ctor of triplet explicit, because cppcheck demands it.
|
2015-08-29 11:13:03 +02:00 |
PKEuS
|
d5bc3285b9
|
Move "extern" to the beginning of a declaration like "static" and "const"
|
2015-08-29 10:57:52 +02:00 |
PKEuS
|
f89205064a
|
Several small optimizations in tokenize.cpp
|
2015-08-29 10:46:51 +02:00 |
Martin Ettl
|
08413f0112
|
test/cfg: Improved testing of std.cfg.
|
2015-08-29 00:09:33 +02:00 |
Simon Martin
|
101cebbde1
|
Ticket #6957: Properly handle arrays of pointers in CheckClass::constructors.
|
2015-08-28 23:06:39 +02:00 |
Simon Martin
|
59abb04042
|
Ticket #6596: Address of local variables can also be assigned to pointer-pointer arguments using the ptr[] syntax.
|
2015-08-28 20:29:51 +02:00 |
Daniel Marjamäki
|
498c920180
|
addons/cert.py: better handling of structs. read pragmas in the file.
|
2015-08-28 18:07:12 +02:00 |
amai2012
|
45bb7d5adb
|
Merge pull request #647 from Dmitry-Me/continueOnRuleMatch
Treat matches as mutually exclusive
|
2015-08-28 16:00:53 +02:00 |
orbitcowboy
|
b0f2351649
|
Merge pull request #658 from Dmitry-Me/omitMatchCall
Replace match call with explicit comparison
|
2015-08-28 14:56:35 +02:00 |
Dmitry-Me
|
962f0ee584
|
Treat matches as mutually exclusive
|
2015-08-28 15:27:56 +03:00 |
Dmitry-Me
|
0cef076f10
|
Prefer previous() to tokAt(-1)
|
2015-08-28 15:19:24 +03:00 |
Dmitry-Me
|
81613d958a
|
Replace match call with explicit comparison
|
2015-08-28 15:16:10 +03:00 |
amai2012
|
2b17a5bcee
|
Merge pull request #656 from simartin/ticket_6953
Ticket #6953: Fixed flawed logic in PR#650.
|
2015-08-28 06:01:13 +02:00 |
Simon Martin
|
c78d99dc07
|
Ticket #6954: Properly handle pointers to arrays in CheckUnunsedVar.
|
2015-08-27 23:56:26 +02:00 |
Simon Martin
|
2e2f9facf5
|
Ticket #6953: Fixed flawed logic in PR#650.
|
2015-08-27 23:35:22 +02:00 |
Daniel Marjamäki
|
436d7b6d59
|
Merge pull request #655 from Dmitry-Me/explicitConstCastBetterNames
Use const_cast to add const, better variable name
|
2015-08-27 17:04:07 +02:00 |
Dmitry-Me
|
c760ccee13
|
Use const_cast to add const, better variable name
|
2015-08-27 17:14:33 +03:00 |
PKEuS
|
72b918e704
|
Merge pull request #654 from Dmitry-Me/eliminateDuplicateCheck
Eliminate duplicate find() calls
|
2015-08-27 14:40:33 +02:00 |