mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
clang-tidy: Use default member initialization
This commit is contained in:
@@ -18,9 +18,6 @@ cmCustomCommand::cmCustomCommand(cmMakefile const* mf,
|
||||
, Comment(comment ? comment : "")
|
||||
, WorkingDirectory(workingDirectory ? workingDirectory : "")
|
||||
, HaveComment(comment != nullptr)
|
||||
, EscapeAllowMakeVars(false)
|
||||
, EscapeOldStyle(true)
|
||||
, CommandExpandLists(false)
|
||||
{
|
||||
if (mf) {
|
||||
this->Backtrace = mf->GetBacktrace();
|
||||
|
||||
Reference in New Issue
Block a user