clang-tidy: Blacklist violations for version 8

Check the codebase with clang-tidy version 8, fix the low hanging
fruits, blacklist the rest.
This commit is contained in:
Regina Pfeifer
2019-07-30 12:38:24 +02:00
parent 473f288e97
commit 4af094c8df
11 changed files with 20 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ bool cmNewLineStyle::ReadFromArguments(const std::vector<std::string>& args,
return true;
}
const std::string cmNewLineStyle::GetCharacters() const
std::string cmNewLineStyle::GetCharacters() const
{
switch (NewLineStyle) {
case Invalid: