summaryrefslogtreecommitdiffstats
path: root/Source/cmServerProtocol.cxx
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-07-30 10:38:24 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2019-07-30 10:38:30 (GMT)
commit4af094c8dfa8dd5bfb943a84e5f4c00f7bf2ee8f (patch)
tree6c34e88cf1b2a6fde07c07508883fc1d8feff83e /Source/cmServerProtocol.cxx
parent473f288e9703ad49e6be8f3fc8639e0bbb79cc9b (diff)
downloadCMake-4af094c8dfa8dd5bfb943a84e5f4c00f7bf2ee8f.zip
CMake-4af094c8dfa8dd5bfb943a84e5f4c00f7bf2ee8f.tar.gz
CMake-4af094c8dfa8dd5bfb943a84e5f4c00f7bf2ee8f.tar.bz2
clang-tidy: Blacklist violations for version 8
Check the codebase with clang-tidy version 8, fix the low hanging fruits, blacklist the rest.
Diffstat (limited to 'Source/cmServerProtocol.cxx')
-rw-r--r--Source/cmServerProtocol.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmServerProtocol.cxx b/Source/cmServerProtocol.cxx
index c5de742..8fcb710 100644
--- a/Source/cmServerProtocol.cxx
+++ b/Source/cmServerProtocol.cxx
@@ -378,8 +378,7 @@ void cmServerProtocol1::HandleCMakeFileChanges(const std::string& path,
SendSignal(kFILE_CHANGE_SIGNAL, obj);
}
-const cmServerResponse cmServerProtocol1::Process(
- const cmServerRequest& request)
+cmServerResponse cmServerProtocol1::Process(const cmServerRequest& request)
{
assert(this->m_State >= STATE_ACTIVE);