mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
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:
@@ -684,7 +684,6 @@ void cmFileAPI::BuildClientRequestCodeModel(
|
||||
|
||||
Json::Value cmFileAPI::BuildCodeModel(Object const& object)
|
||||
{
|
||||
using namespace std::placeholders;
|
||||
Json::Value codemodel = cmFileAPICodemodelDump(*this, object.Version);
|
||||
codemodel["kind"] = this->ObjectKindName(object.Kind);
|
||||
|
||||
@@ -719,7 +718,6 @@ void cmFileAPI::BuildClientRequestCache(
|
||||
|
||||
Json::Value cmFileAPI::BuildCache(Object const& object)
|
||||
{
|
||||
using namespace std::placeholders;
|
||||
Json::Value cache = cmFileAPICacheDump(*this, object.Version);
|
||||
cache["kind"] = this->ObjectKindName(object.Kind);
|
||||
|
||||
@@ -754,7 +752,6 @@ void cmFileAPI::BuildClientRequestCMakeFiles(
|
||||
|
||||
Json::Value cmFileAPI::BuildCMakeFiles(Object const& object)
|
||||
{
|
||||
using namespace std::placeholders;
|
||||
Json::Value cmakeFiles = cmFileAPICMakeFilesDump(*this, object.Version);
|
||||
cmakeFiles["kind"] = this->ObjectKindName(object.Kind);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user