fix more issues reported by clang-tidy

This commit is contained in:
Daniel Pfeifer
2016-10-18 23:16:02 +02:00
committed by Brad King
parent fb461cacba
commit effa6c8343
12 changed files with 131 additions and 83 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ bool cmGetTargetPropertyCommand::InitialPass(
prop_exists = true;
}
} else if (!args[2].empty()) {
const char* prop_cstr = 0;
const char* prop_cstr = CM_NULLPTR;
cmListFileBacktrace bt = this->Makefile->GetBacktrace();
cmMessenger* messenger = this->Makefile->GetMessenger();
if (cmTargetPropertyComputer::PassesWhitelist(tgt->GetType(), args[2],