From 9d34980fe0732b28d318dd2486b6f8729f81bcb4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 30 Mar 2019 12:35:02 +0000 Subject: Tidy fixes for latest clang --- libadhocutil/curlHandle.cpp | 1 + libadhocutil/lexer-regex.cpp | 1 + 2 files changed, 2 insertions(+) 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 #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 { -- cgit v1.2.3