summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-03-30 12:35:02 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-03-30 12:35:02 +0000
commit9d34980fe0732b28d318dd2486b6f8729f81bcb4 (patch)
tree5376cf3bfa85b532ae28eb047041ff0c2cdad88c
parentTidy fixes for latest clang (diff)
downloadlibadhocutil-9d34980fe0732b28d318dd2486b6f8729f81bcb4.tar.bz2
libadhocutil-9d34980fe0732b28d318dd2486b6f8729f81bcb4.tar.xz
libadhocutil-9d34980fe0732b28d318dd2486b6f8729f81bcb4.zip
Tidy fixes for latest clanglibadhocutil-0.7.2
-rw-r--r--libadhocutil/curlHandle.cpp1
-rw-r--r--libadhocutil/lexer-regex.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/libadhocutil/curlHandle.cpp b/libadhocutil/curlHandle.cpp
index 5be0d38..7009ee5 100644
--- a/libadhocutil/curlHandle.cpp
+++ b/libadhocutil/curlHandle.cpp
@@ -3,6 +3,7 @@
#include <boost/numeric/conversion/cast.hpp>
#include "compileTimeFormatter.h"
+// NOLINTNEXTLINE(modernize-concat-nested-namespaces)
namespace AdHoc {
namespace Net {
diff --git a/libadhocutil/lexer-regex.cpp b/libadhocutil/lexer-regex.cpp
index 833210d..271d62a 100644
--- a/libadhocutil/lexer-regex.cpp
+++ b/libadhocutil/lexer-regex.cpp
@@ -1,5 +1,6 @@
#include "lexer-regex.h"
+// NOLINTNEXTLINE(modernize-concat-nested-namespaces)
namespace AdHoc {
namespace LexerMatchers {
class Regex : public Lexer::Pattern {