[PATCH] D97563: [clang-tidy] Enable modernize-concat-nested-namespaces also on headers

Nathan James via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 03:12:01 PDT 2021


njames93 added a comment.

In D97563#2625513 <https://reviews.llvm.org/D97563#2625513>, @lebedev.ri wrote:

> I think the implicit question is: won't this regress headers that are meant to be compatible with earlier standards?
> Did the original review mention anything about this?

Clang-tidy already deals with that using the `--header-filter` option.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97563/new/

https://reviews.llvm.org/D97563



More information about the llvm-commits mailing list