Fix newly discovered clang-tidy issues

Clang-tidy reports some issues only from the currently compiled source
file and its associated header file.  Separating the compilation of
commands exposed some clang-tidy issues that were not reported previously.
Fix them.
This commit is contained in:
Daniel Pfeifer
2016-10-21 21:32:43 +02:00
parent 6c9b3b5c03
commit 569509f4bf
7 changed files with 20 additions and 26 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ public:
void FinalPass() CM_OVERRIDE;
bool HasFinalPass() const CM_OVERRIDE
{
return this->info.FinalPass ? true : false;
return this->info.FinalPass != CM_NULLPTR;
}
/**