Daniel Marjamäki
|
5dc29a9a16
|
Renamed _configuration to mConfiguration
|
2018-06-16 21:57:48 +02:00 |
Daniel Marjamäki
|
598a984071
|
Renamed _typeSize to mTypeSize
|
2018-06-16 21:56:05 +02:00 |
Daniel Marjamäki
|
5e43366126
|
Rename members
|
2018-06-16 21:52:29 +02:00 |
Daniel Marjamäki
|
237314fb51
|
Rename _values to mValues
|
2018-06-16 21:45:53 +02:00 |
Daniel Marjamäki
|
0452c5a4e4
|
Renamed _bits to mBits
|
2018-06-16 21:43:44 +02:00 |
Daniel Marjamäki
|
d468eca772
|
Renamed _valuetype to mValueType
|
2018-06-16 21:42:40 +02:00 |
Daniel Marjamäki
|
82169b6247
|
Renamed _originalName to mOriginalName
|
2018-06-16 21:40:25 +02:00 |
Daniel Marjamäki
|
15f7c26706
|
Renamed _blankTypes
|
2018-06-16 20:33:07 +02:00 |
Daniel Marjamäki
|
56126d6e2d
|
Renamed _variableList to mVariableList
|
2018-06-16 20:31:47 +02:00 |
Daniel Marjamäki
|
759097301b
|
Rename _link to mLink
|
2018-06-16 20:30:09 +02:00 |
Daniel Marjamäki
|
e8a00a38ac
|
Rename _scope to mScope
|
2018-06-16 20:29:17 +02:00 |
Daniel Marjamäki
|
7314fc7557
|
Rename _enumerator to mEnumerator
|
2018-06-16 20:27:49 +02:00 |
Daniel Marjamäki
|
3ca8372b37
|
Rename _variable to mVariable
|
2018-06-16 20:27:13 +02:00 |
Daniel Marjamäki
|
964841ba25
|
Rename _function to mFunction
|
2018-06-16 20:26:43 +02:00 |
Daniel Marjamäki
|
78974e9267
|
Rename _type to mType
|
2018-06-16 20:25:54 +02:00 |
Daniel Marjamäki
|
fc6f17ed87
|
Rename _dimensions to mDimensions
|
2018-06-16 20:23:58 +02:00 |
Daniel Marjamäki
|
31f137f24d
|
Renamed _fileIndex, _linenr, _col
|
2018-06-16 16:43:54 +02:00 |
Daniel Marjamäki
|
a6e4663445
|
Renamed _progressValue to mProgressValue
|
2018-06-16 16:41:25 +02:00 |
Daniel Marjamäki
|
aeea2e7427
|
Renamed _tokType to mTokType
|
2018-06-16 16:40:02 +02:00 |
Daniel Marjamäki
|
8e2b18a75a
|
Rename _varId to mVarId
|
2018-06-16 16:38:50 +02:00 |
Daniel Marjamäki
|
23eb98d2ca
|
Renamed Check::_name
|
2018-06-16 16:31:07 +02:00 |
Daniel Marjamäki
|
807fbfd318
|
Renamed _isC and _isCPP
|
2018-06-16 16:28:03 +02:00 |
Daniel Marjamäki
|
d81fe83ca6
|
renamed _symbolDatabase to mSymbolDatabase
|
2018-06-16 16:25:27 +02:00 |
Daniel Marjamäki
|
d08b6e02b7
|
renamed _files to mFiles
|
2018-06-16 16:23:55 +02:00 |
Daniel Marjamäki
|
cc521bef99
|
renamed _tokensFrontBack to mTokensFrontBack
|
2018-06-16 16:22:35 +02:00 |
Daniel Marjamäki
|
26d58ddbb9
|
rename _astOperand1, _astOperand2, _astParent
|
2018-06-16 16:18:50 +02:00 |
Daniel Marjamäki
|
435aa70c3d
|
rename _previous and _next
|
2018-06-16 16:16:55 +02:00 |
Daniel Marjamäki
|
363f4ca939
|
rename _flags to mFlags
|
2018-06-16 16:14:34 +02:00 |
Daniel Marjamäki
|
67b111f11e
|
SymbolDatabase: rename _constness to mConstness
|
2018-06-16 16:13:26 +02:00 |
Daniel Marjamäki
|
5154eb10c6
|
SymbolDatabase: rename _access
|
2018-06-16 16:12:27 +02:00 |
Daniel Marjamäki
|
7dfd4f61a1
|
SymbolDatabase: rename _index
|
2018-06-16 16:11:40 +02:00 |
Daniel Marjamäki
|
79ffe1d4fc
|
Rename _tokenizer, _settings, _errorLogger
|
2018-06-16 16:10:28 +02:00 |
Daniel Marjamäki
|
8209c4aebd
|
SymbolDatabase: rename _start and _end
|
2018-06-16 16:03:36 +02:00 |
Daniel Marjamäki
|
311454669f
|
SymbolDatabase: rename _name
|
2018-06-16 15:57:16 +02:00 |
Daniel Marjamäki
|
593f7eee38
|
Fixed #8624 (Crash below CheckOther::checkDuplicateExpression)
|
2018-06-14 22:39:26 +02:00 |
Daniel Marjamäki
|
a21c05edfe
|
1.84: Set versions
[ci skip]
|
2018-06-10 22:21:57 +02:00 |
Daniel Marjamäki
|
45379a3aa6
|
Updated copyright year for modified files
[ci skip]
|
2018-06-10 22:07:21 +02:00 |
Daniel Marjamäki
|
3029606342
|
CheckClass: Fix Cppcheck warning about mismatching function parameters
|
2018-06-10 22:04:22 +02:00 |
Daniel Marjamäki
|
b9d03d0e23
|
astyle formatting
[ci skip]
|
2018-06-10 21:59:24 +02:00 |
Paul Fultz II
|
daacf27c2e
|
Fix false positive from issue 8612 (#1285)
|
2018-06-10 00:05:23 +02:00 |
Daniel Marjamäki
|
03b2e0eee7
|
inline suppressions: treat arithmetic operators as start-of-comment
|
2018-06-09 22:50:51 +02:00 |
amai2012
|
db7d267c02
|
Refactoring: Add _ prefix to Token member variables (#1280)
|
2018-06-09 08:14:24 +02:00 |
Paul Fultz II
|
8d53bcfd63
|
Fix FP when using non-const members and also check return type of function (#1283)
|
2018-06-09 08:05:19 +02:00 |
Daniel Marjamäki
|
84f0a18053
|
passedByReference: avoid false positives for std::pair
|
2018-06-08 10:19:02 +02:00 |
Daniel Marjamäki
|
44c78d1770
|
passedByReference: avoid false positives for std::function
|
2018-06-08 08:40:14 +02:00 |
Daniel Marjamäki
|
de09c117bf
|
Fixed #8618 (False positive: shared_ptr is passed by reference by intention)
|
2018-06-07 22:39:21 +02:00 |
amai2012
|
f947b3b025
|
Fix some doxygen warnings
|
2018-06-07 08:33:32 +02:00 |
Daniel Marjamäki
|
1abc9008d8
|
Fixed #8573 (FP noCopyConstructor - derive from noncopyable class)
|
2018-06-06 16:02:25 +02:00 |
Sebastian
|
7c9b6d9bb0
|
checkother.cpp: Fix typo in symbol placeholder in error message. (#1276)
|
2018-06-05 10:24:19 +02:00 |
Daniel Marjamäki
|
b9c1308a81
|
Fixed #8575 (false positive: longCastAssign)
|
2018-06-04 22:51:21 +02:00 |