Daniel Marjamäki
|
70a7915173
|
CppCheck: Improve output when first configuration is not empty.
|
2017-04-06 19:52:21 +02:00 |
Daniel Marjamäki
|
50da7d4919
|
Tokenizer: Write syntax error if there is C++ code in C file.
|
2017-04-06 08:50:35 +02:00 |
Daniel Marjamäki
|
fd2651909c
|
Fixed #7978 (ValueType: container type not set properly)
|
2017-04-06 07:07:20 +02:00 |
Daniel Marjamäki
|
fee86b9684
|
ValueType: Better handling of 'new Container'
|
2017-04-05 22:05:29 +02:00 |
Matthias Krüger
|
f8d8a96aa2
|
travis: another attempt to fix syntax. Apparently travis hates ':' inside strings...
|
2017-04-05 15:40:17 +02:00 |
Matthias Krüger
|
c931a10294
|
travis: attempt to fix syntax error, change ' to ".
|
2017-04-05 14:37:23 +02:00 |
Matthias Krüger
|
f8ba1e4c5d
|
travis: clang/llvm check: print message id so we can fatalize found errors more easily.
|
2017-04-05 14:11:11 +02:00 |
PKEuS
|
47570f5791
|
Set version to 1.78.99/1.79 dev
|
2017-04-05 11:24:26 +02:00 |
Daniel Marjamäki
|
e6ed08c4d8
|
Fixed #7976 (Internal error. Token::astOperand1() cyclic dependency. (ticket nr 2, new regression))
|
2017-04-05 11:00:02 +02:00 |
Benjamin Fovet
|
1f83c014d5
|
Remove redundant word in --library description (#886)
|
2017-04-04 01:40:37 +02:00 |
Matthias Krüger
|
d06ed9d5d0
|
travis: clang check: no longer need to ignore test/Analysis/new.cpp.
|
2017-04-04 00:09:34 +02:00 |
Daniel Marjamäki
|
9c5a136f04
|
Fixed #7975 (crash: Tokenizer::createLinks2 problem with enable_if<x&&y,C*>)
|
2017-04-03 21:48:22 +02:00 |
Matthias Krüger
|
79010eecea
|
lib: fix a bunch of warnings about differing function arguments in definition and declaration.
[lib/token.h:72] -> [lib/token.cpp:36]: (style, inconclusive) Function 'Token' argument 1 names different: declaration 'tokensBack' definition 't'.
[lib/token.h:445] -> [lib/token.cpp:497]: (style, inconclusive) Function 'multiCompare' argument 1 names different: declaration 'needle' definition 'tok'.
[lib/checkio.h:73] -> [lib/checkio.cpp:1385]: (style, inconclusive) Function 'ArgumentInfo' argument 3 names different: declaration 'isCPP' definition '_isCPP'.
[lib/checkother.h:216] -> [lib/checkother.cpp:2136]: (style, inconclusive) Function 'checkComparisonFunctionIsAlwaysTrueOrFalseError' argument 2 names different: declaration 'strFunctionName' definition 'functionName'.
[lib/errorlogger.h:214] -> [lib/errorlogger.cpp:51]: (style, inconclusive) Function 'ErrorMessage' argument 2 names different: declaration 'file0' definition 'file0_'.
[lib/errorlogger.h:215] -> [lib/errorlogger.cpp:65]: (style, inconclusive) Function 'ErrorMessage' argument 2 names different: declaration 'file0' definition 'file0_'.
[lib/library.h:327] -> [lib/library.cpp:1043]: (style, inconclusive) Function 'ignorefunction' argument 1 names different: declaration 'function' definition 'functionName'.
[lib/mathlib.h:112] -> [lib/mathlib.cpp:1275]: (style, inconclusive) Function 'isNullValue' argument 1 names different: declaration 'tok' definition 'str'.
[lib/preprocessor.h:91] -> [lib/preprocessor.cpp:122]: (style, inconclusive) Function 'setDirectives' argument 1 names different: declaration 'tokens' definition 'tokens1'.
[lib/symboldatabase.h:860] -> [lib/symboldatabase.cpp:1801]: (style, inconclusive) Function 'argsMatch' argument 1 names different: declaration 'info' definition 'scope'.
[lib/symboldatabase.h:1171] -> [lib/symboldatabase.cpp:2048]: (style, inconclusive) Function 'addClassFunction' argument 1 names different: declaration 'info' definition 'scope'.
[lib/symboldatabase.h:1174] -> [lib/symboldatabase.cpp:2208]: (style, inconclusive) Function 'addNewFunction' argument 1 names different: declaration 'info' definition 'scope'.
[lib/symboldatabase.h:1090] -> [lib/symboldatabase.cpp:3648]: (style, inconclusive) Function 'findVariableType' argument 2 names different: declaration 'type' definition 'typeTok'.
[lib/symboldatabase.h:1101] -> [lib/symboldatabase.cpp:4308]: (style, inconclusive) Function 'findType' argument 1 names different: declaration 'tok' definition 'startTok'.
[lib/symboldatabase.h:1176] -> [lib/symboldatabase.cpp:4349]: (style, inconclusive) Function 'findTypeInNested' argument 1 names different: declaration 'tok' definition 'startTok'.
[lib/symboldatabase.h:1193] -> [lib/symboldatabase.cpp:4501]: (style, inconclusive) Function 'setValueType' argument 2 names different: declaration 'enumerators' definition 'enumerator'.
[lib/path.h:159] -> [lib/path.cpp:247]: (style, inconclusive) Function 'isCPP' argument 1 names different: declaration 'extensionInLowerCase' definition 'path'.
[lib/path.h:145] -> [lib/path.cpp:266]: (style, inconclusive) Function 'acceptFile' argument 1 names different: declaration 'filename' definition 'path'.
|
2017-04-03 00:06:46 +02:00 |
Daniel Marjamäki
|
abb43b6a81
|
Fixed #7934 (Wrong AST for 'for (i=0;cond;({min(x,10);}))')
|
2017-04-02 19:44:33 +02:00 |
Daniel Marjamäki
|
de80d41ef4
|
CheckFunctions::checkIgnoredReturnValue: Dont warn in C++11 initializer lists in function arguments
|
2017-04-02 19:44:27 +02:00 |
Matthias Krüger
|
f7bfbee809
|
travis: put use gcc before clang
|
2017-04-02 19:33:46 +02:00 |
Matthias Krüger
|
349605eb41
|
travis: reorder jobs for faster execution (since several jobs are launched in parallel)
|
2017-04-02 19:25:31 +02:00 |
Matthias Krüger
|
bea1310524
|
travis: llvm/clang check: compile these job swith clang instead of gcc for better performance
|
2017-04-02 19:24:24 +02:00 |
Matthias Krüger
|
e21c3dc50a
|
travis: llvm/clang check: ignore checking files with known crash (#7934) for now.
|
2017-04-02 18:49:45 +02:00 |
Daniel Marjamäki
|
6f2db1a312
|
CHECK_WRONG_DATA: restore debug macro so crashes are seen.
|
2017-04-02 17:23:30 +02:00 |
Matthias Krüger
|
c65725cb1b
|
matchcompiler: don't emmit '!true' or '!false'. Fold to 'false' or 'true'.
|
2017-04-02 16:35:39 +02:00 |
Daniel Marjamäki
|
92fe210217
|
tweaked TestSymbolDatabase test case for unknown type.
|
2017-04-02 15:38:06 +02:00 |
Daniel Marjamäki
|
d403a6a883
|
Preprocessor::getConfigs: Remove bad configurations when #error is seen
|
2017-04-02 12:15:53 +02:00 |
Daniel Marjamäki
|
7eb95aac2a
|
Preprocessor::getConfigs: Handle #error in '#if !A' better
|
2017-04-02 10:06:39 +02:00 |
Daniel Marjamäki
|
87bc667289
|
astyle formatting
[ci skip]
|
2017-04-02 09:26:14 +02:00 |
Daniel Marjamäki
|
edd1c32e5b
|
Preprocessor::getConfigs: Better handling of ! in #if
|
2017-04-02 09:03:43 +02:00 |
Daniel Marjamäki
|
b7dcdc00d0
|
Fixed #7970 (ValueType: no types set below 'new std::string')
|
2017-04-01 22:22:37 +02:00 |
Matthias Krüger
|
c883f850f5
|
run dmake
|
2017-04-01 19:28:06 +02:00 |
Daniel Marjamäki
|
c2a6ee3ea1
|
Use 'endsWith'
|
2017-04-01 18:27:53 +02:00 |
Daniel Marjamäki
|
1faca91c1d
|
Added 'endsWith' utility function. This will make compiling the democlient easier.
|
2017-04-01 18:14:18 +02:00 |
Daniel Marjamäki
|
4bf439936c
|
Makefile: Set debug mode
|
2017-04-01 11:06:22 +02:00 |
Daniel Marjamäki
|
e0d225325b
|
1.78: Updated Makefile
|
2017-04-01 11:05:13 +02:00 |
Daniel Marjamäki
|
2eda59eb72
|
Update version
|
2017-04-01 11:03:45 +02:00 |
Daniel Marjamäki
|
88f892000a
|
Updated AUTHORS
|
2017-04-01 11:01:04 +02:00 |
Daniel Marjamäki
|
1dbf485e02
|
Fix Cppcheck warnings. Remove redundant null pointer check.
|
2017-04-01 10:51:45 +02:00 |
Daniel Marjamäki
|
279b66003b
|
Fix Cppcheck warnings about mismatching argument names
|
2017-04-01 10:34:53 +02:00 |
PKEuS
|
ea215c3b7b
|
Fixed false positives in CheckClass::checkConst() due to unmatched function overloads
Fixed function matching if constness mismatches
|
2017-04-01 10:19:32 +02:00 |
Daniel Marjamäki
|
4d6cb8d43d
|
createrelease: update check command
|
2017-04-01 09:49:32 +02:00 |
Daniel Marjamäki
|
633ed23c0d
|
Fix Cppcheck warnings about mismatching function argument names
|
2017-04-01 09:31:27 +02:00 |
Roberto Martelloni
|
35d1479d05
|
CWE mapping of funcArgOrderDifferent, funcArgNamesDifferent (#885)
Add an optional extended description…
|
2017-04-01 08:36:46 +02:00 |
Daniel Marjamäki
|
164df2aa7b
|
Fixed #7966 (ValueType: wrong type for gcc initialization {[1]=..})
|
2017-03-31 09:41:38 +02:00 |
orbitcowboy
|
16f9e1646c
|
windows.cfg: Improved support for string compar functions.
|
2017-03-31 08:40:41 +02:00 |
orbitcowboy
|
f31e2e6696
|
windows.cfg: Improved support for string-copy functions.
|
2017-03-31 08:25:56 +02:00 |
Daniel Marjamäki
|
8fe7ee1012
|
Fixed #7886 (ValueFlow: endless forloop 'for (i = 0, j = 0; i < sz && j < 9; i++)')
|
2017-03-30 22:02:36 +02:00 |
Daniel Marjamäki
|
a8788d7fc7
|
Fix Cppcheck warning
|
2017-03-30 11:20:04 +02:00 |
Daniel Marjamäki
|
2da3123db2
|
Fix ValueType. The '[' in variable declaration is not a dereference.
|
2017-03-30 11:01:29 +02:00 |
Daniel Marjamäki
|
cc3ef7bbe8
|
Fix so array access out of bounds for external arrays are detected again
|
2017-03-30 10:14:17 +02:00 |
IOBYTE
|
7cae057615
|
Add missing varid or variable for member variables.
Add an optional extended description…
|
2017-03-30 10:07:58 +02:00 |
Daniel Marjamäki
|
c9eb7f4556
|
minor update of 64-bit checker
|
2017-03-30 10:07:25 +02:00 |
orbitcowboy
|
93816a63a8
|
windows.cfg: Improved support for stat() and fstat() functions.
|
2017-03-29 13:30:12 +02:00 |