cppcheck/test
IOBYTE 9ee6068e20 Remove duplicate namespace aliases so they don't produce syntax errors. (#1222)
* Remove duplicate namespace aliases so they don't produce syntax errors.

DACA2 results showed new SymbolDatabase syntax errors when duplicate
namespace aliases were simplified improperly. The solution is to remove
them in the tokenizer when found.

* Add tests for deleting namespace aliases at end of token list.

* Use eraseTokens to delete multiple tokens at once.
2018-05-13 08:29:40 +02:00
..
cfg posix.cfg: Add minsize to readlink[at] function configurations (#1216) 2018-05-09 18:20:45 +02:00
synthetic Improve Python code 2017-06-05 13:23:00 +02:00
CMakeLists.txt
options.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
options.h Updated copyright year 2018-01-14 15:37:52 +01:00
redirect.h Updated copyright year 2018-01-14 15:37:52 +01:00
test.cxx
test64bit.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testassert.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testastutils.cpp Refactoring: Reuse isLikelyStreamRead in isVariableChanged 2018-04-18 17:46:10 +02:00
testautovariables.cpp Updated copyright year 2018-03-31 20:59:09 +02:00
testbool.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testboost.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testbufferoverrun.cpp astyle formatting 2018-05-06 09:50:53 +02:00
testcharvar.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testclass.cpp Fixed #8542 (False positive: noOperatorEq) 2018-05-05 07:46:58 +02:00
testcmdlineparser.cpp Refactoring. Rename methods 2018-04-23 12:39:47 +02:00
testcondition.cpp Improve checking of size condition against empty to avoid FPs (#1213) 2018-05-11 10:22:06 +02:00
testconstructors.cpp Fixed #8523 (Clarify warning: noConstructor) 2018-05-01 15:50:03 +02:00
testcppcheck.cpp Updated copyright year 2018-03-31 20:59:09 +02:00
testerrorlogger.cpp Refactorizations: 2018-04-11 09:44:35 +02:00
testexceptionsafety.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testfilelister.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testfiles.pri testrunner: Add testplatform to verify platform loading (#1176) 2018-04-18 16:12:35 +02:00
testfunctions.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testgarbage.cpp SymbolDatabase: Throw InternalError if parsing fails 2018-04-02 13:14:48 +02:00
testimportproject.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testincompletestatement.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testinternal.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testio.cpp ValueType: Improved type handling of containers when [] operator is used 2018-04-06 22:26:35 +02:00
testleakautovar.cpp Check for smart pointer release (#1206) 2018-05-05 18:06:49 +02:00
testlibrary.cpp Updated copyright year 2018-03-31 20:59:09 +02:00
testmathlib.cpp fix some typos found by codespell. 2018-02-04 20:53:43 +01:00
testmemleak.cpp Refactoring; Renamed Scope::classStart and Scope::classEnd 2018-04-27 22:36:30 +02:00
testnullpointer.cpp Fix false positive when using null arithmetic with class type (#1214) 2018-05-09 09:06:49 +02:00
testoptions.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testother.cpp Fix false positive with oppositeExpression when using binary op (#1211) 2018-05-08 20:43:57 +02:00
testpath.cpp Add more tests for Path::isAbsolute 2018-04-19 14:35:26 +02:00
testpathmatch.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testplatform.cpp testrunner: Add testplatform to verify platform loading (#1176) 2018-04-18 16:12:35 +02:00
testpostfixoperator.cpp Don't remove the volatile keyword so we can properly overload functions. (#1218) 2018-05-10 07:40:01 +02:00
testpreprocessor.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testrunner.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testrunner.vcxproj Visual Studio: testrunner: Add missing testastutils (#1186) 2018-04-23 20:03:06 +02:00
testrunner.vcxproj.filters Visual Studio: testrunner: Add missing testastutils (#1186) 2018-04-23 20:03:06 +02:00
testsamples.cpp Refactorization: pass std::string directly to std::*fstream 2018-04-11 09:50:42 +02:00
testsimplifytemplate.cpp Revert "Optimize usage of TemplateSimplifier::simplifyCalculations" 2018-05-11 21:26:28 +02:00
testsimplifytokens.cpp Remove duplicate namespace aliases so they don't produce syntax errors. (#1222) 2018-05-13 08:29:40 +02:00
testsimplifytypedef.cpp Don't remove the volatile keyword so we can properly overload functions. (#1218) 2018-05-10 07:40:01 +02:00
testsizeof.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
teststl.cpp astyle formatting 2018-04-27 10:29:27 +02:00
teststring.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsuite.cpp Fix sorting order for test fixtures to get consistent behaviour across different platforms (#1145) 2018-04-04 20:51:47 +02:00
testsuite.h Fix sorting order for test fixtures to get consistent behaviour across different platforms (#1145) 2018-04-04 20:51:47 +02:00
testsuppressions.cpp Fixed #8515 (Wrong info message about unmatched suppression) 2018-05-11 09:01:24 +02:00
testsymboldatabase.cpp Extend symbol database test for const volatile member function. (#1220) 2018-05-11 08:15:46 +02:00
testthreadexecutor.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtimer.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtoken.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testtokenize.cpp Ticket #8550: Properly simplify "typedef class A B;". (#1224) 2018-05-12 10:20:33 +02:00
testtokenlist.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtype.cpp Updated copyright year 2018-03-31 20:59:09 +02:00
testuninitvar.cpp Fix FP uninitvar when stream bool operator is used 2018-04-18 16:13:24 +02:00
testunusedfunctions.cpp Taking care of operation overloading functions (#1108) 2018-03-12 10:25:30 +01:00
testunusedprivfunc.cpp Refactorization: Replace several push_back-sequences by initializer lists 2018-04-09 09:41:24 +02:00
testunusedvar.cpp Refactoring: Reuse isLikelyStreamRead in isVariableChanged 2018-04-18 17:46:10 +02:00
testutils.h Suppressions: New extensible Suppressions xml format that allow more attributes. To start with it also allows symbolName. 2018-04-09 06:43:48 +02:00
testvaarg.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testvalueflow.cpp Fix false positive with negative array index in issue 8536 (#1202) 2018-05-06 08:35:29 +02:00
testvarid.cpp Updated copyright year 2018-01-14 15:37:52 +01:00