Closed mstorsjo closed 3 years ago
Would be great if you replace the constructor with in-class initialization.
Would be great if you replace the constructor with in-class initialization.
Ok, done
Please, take a look at the build failure https://travis-ci.org/github/lldb-tools/lldb-mi/jobs/769623045 Clang-format suggests another formatting.
This fixes this warning:
../src/MICmnLLDBDebugSessionInfo.cpp:55:7: warning: field 'm_bCreateTty' will be initialized after field 'm_nNextMiStoppointId' [-Wreorder-ctor] m_bCreateTty(false), m_nNextMiStoppointId(1UL) {} ^