Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/testautovariables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class TestAutoVariables : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool inconclusive = true;
bool cpp = true;
};
Expand Down
1 change: 0 additions & 1 deletion test/testbool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class TestBool : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool cpp = true;
};

Expand Down
1 change: 0 additions & 1 deletion test/testbufferoverrun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class TestBufferOverrun : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
const Settings* s = nullptr;
bool cpp = true;
};
Expand Down
2 changes: 0 additions & 2 deletions test/testclass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2633,7 +2633,6 @@ class TestClass : public TestFixture {

struct CheckVirtualDestructorOptions
{
CheckVirtualDestructorOptions() = default;
bool inconclusive = false;
};

Expand Down Expand Up @@ -3656,7 +3655,6 @@ class TestClass : public TestFixture {

struct CheckConstOptions
{
CheckConstOptions() = default;
const Settings *s = nullptr;
bool inconclusive = true;
};
Expand Down
1 change: 0 additions & 1 deletion test/testcondition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ class TestCondition : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
const Settings* s = nullptr;
bool cpp = true;
bool inconclusive = false;
Expand Down
1 change: 0 additions & 1 deletion test/testconstructors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class TestConstructors : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool inconclusive = false;
const Settings* s = nullptr;
};
Expand Down
1 change: 0 additions & 1 deletion test/testexceptionsafety.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class TestExceptionSafety : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool inconclusive = false;
const Settings *s = nullptr;
};
Expand Down
1 change: 0 additions & 1 deletion test/testfunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class TestFunctions : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool cpp = true;
const Settings* s = nullptr;
};
Expand Down
1 change: 0 additions & 1 deletion test/testincompletestatement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class TestIncompleteStatement : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool inconclusive = false;
bool cpp = true;
};
Expand Down
1 change: 0 additions & 1 deletion test/testio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class TestIO : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool inconclusive = false;
bool portability = false;
Platform::Type platform = Platform::Type::Unspecified;
Expand Down
1 change: 0 additions & 1 deletion test/testleakautovar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ class TestLeakAutoVar : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool cpp = false;
const Settings *s = nullptr;
};
Expand Down
1 change: 0 additions & 1 deletion test/testnullpointer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ class TestNullPointer : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool inconclusive = false;
bool cpp = true;
Standards::cstd_t cstd = Standards::CLatest;
Expand Down
3 changes: 0 additions & 3 deletions test/testother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ class TestOther : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool cpp = true;
bool inconclusive = true;
bool verbose = false;
Expand Down Expand Up @@ -365,7 +364,6 @@ class TestOther : public TestFixture {

struct CheckPOptions
{
CheckPOptions() = default;
bool cpp = true;
};

Expand Down Expand Up @@ -2265,7 +2263,6 @@ class TestOther : public TestFixture {

struct CheckInvalidPointerCastOptions
{
CheckInvalidPointerCastOptions() = default;
bool portability = true;
bool inconclusive = false;
};
Expand Down
1 change: 0 additions & 1 deletion test/testprocessexecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class TestProcessExecutorBase : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool quiet = true;
SHOWTIME_MODES showtime = SHOWTIME_MODES::SHOWTIME_NONE;
const char* plistOutput = nullptr;
Expand Down
1 change: 0 additions & 1 deletion test/testsimplifytemplate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ class TestSimplifyTemplate : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool debugwarnings = false;
};

Expand Down
2 changes: 0 additions & 2 deletions test/testsimplifytokens.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ class TestSimplifyTokens : public TestFixture {

struct TokOptions
{
TokOptions() = default;
bool cpp = true;
Platform::Type type = Platform::Type::Native;
};
Expand All @@ -184,7 +183,6 @@ class TestSimplifyTokens : public TestFixture {

struct TokenizeAndStringifyOptions
{
TokenizeAndStringifyOptions() = default;
Platform::Type platform = Platform::Type::Native;
bool cpp = true;
};
Expand Down
1 change: 0 additions & 1 deletion test/testsimplifytypedef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ class TestSimplifyTypedef : public TestFixture {

struct TokOptions
{
TokOptions() = default;
bool simplify = true;
bool debugwarnings = true;
};
Expand Down
1 change: 0 additions & 1 deletion test/testsimplifyusing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class TestSimplifyUsing : public TestFixture {

struct TokOptions
{
TokOptions() = default;
Platform::Type type = Platform::Type::Native;
bool debugwarnings = true;
bool preprocess = false;
Expand Down
1 change: 0 additions & 1 deletion test/testsingleexecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class TestSingleExecutorBase : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool quiet = true;
SHOWTIME_MODES showtime = SHOWTIME_MODES::SHOWTIME_NONE;
const char* plistOutput = nullptr;
Expand Down
1 change: 0 additions & 1 deletion test/teststl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ class TestStl : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool inconclusive = false;
Standards::cppstd_t cppstandard = Standards::CPPLatest;
};
Expand Down
1 change: 0 additions & 1 deletion test/teststring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class TestString : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool cpp = true;
};

Expand Down
1 change: 0 additions & 1 deletion test/testthreadexecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class TestThreadExecutorBase : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
bool quiet = true;
SHOWTIME_MODES showtime = SHOWTIME_MODES::SHOWTIME_NONE;
const char* plistOutput = nullptr;
Expand Down
2 changes: 0 additions & 2 deletions test/testtype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class TestType : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
const Settings* settings = nullptr;
Standards::cppstd_t standard = Standards::cppstd_t::CPP11;
};
Expand Down Expand Up @@ -80,7 +79,6 @@ class TestType : public TestFixture {

struct CheckPOptions
{
CheckPOptions() = default;
const Settings* settings = nullptr;
bool cpp = true;
};
Expand Down
1 change: 0 additions & 1 deletion test/testuninitvar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ class TestUninitVar : public TestFixture {

struct CheckUninitVarOptions
{
CheckUninitVarOptions() = default;
bool cpp = true;
bool debugwarnings = false;
const Settings *s = nullptr;
Expand Down
1 change: 0 additions & 1 deletion test/testunusedfunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class TestUnusedFunctions : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
Platform::Type platform = Platform::Type::Native;
const Settings* s = nullptr;
bool cpp = true;
Expand Down
1 change: 0 additions & 1 deletion test/testunusedprivfunc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class TestUnusedPrivateFunction : public TestFixture {

struct CheckOptions
{
CheckOptions() = default;
Platform::Type platform = Platform::Type::Native;
};

Expand Down
2 changes: 0 additions & 2 deletions test/testunusedvar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ class TestUnusedVar : public TestFixture {

struct FunctionVariableUsageOptions
{
FunctionVariableUsageOptions() = default;
bool cpp = true;
};

Expand All @@ -286,7 +285,6 @@ class TestUnusedVar : public TestFixture {

struct CheckStructMemberUsageOptions
{
CheckStructMemberUsageOptions() = default;
const std::list<Directive>* directives = nullptr;
bool cpp = true;
};
Expand Down
1 change: 0 additions & 1 deletion test/testvarid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ class TestVarID : public TestFixture {

struct TokenizeOptions
{
TokenizeOptions() = default;
bool cpp = true;
const Settings *s = nullptr;
};
Expand Down