.clang-tidy: remove modernize-concat-nested-namespaces
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 14 May 2024 13:58:55 +0000 (13:58 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 24 May 2024 11:28:02 +0000 (07:28 -0400)
commitcfcb1e562fa9517544e1b2b02e73311390721f73
tree7b5e688932e61cb2d35a66e31ccb3eb0abc51465
parent849019151cf07f376a4a68ce1669e357f4775657
.clang-tidy: remove modernize-concat-nested-namespaces

The concatenated namespace syntax (e.g. namespace my::ns::woah{}) was
introduced in C++17 while this project is built as C++11. Leaving this
rule it in the .clang-tidy only adds noise (and salt to the wound).

Change-Id: Ib9550aa602fbcccc7500b14603dfd698fd7b69de
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
.clang-tidy
This page took 0.027203 seconds and 4 git commands to generate.