[PATCH] D141787: [clang-tidy] fix a false positive of `modernize-concat-nested-namespaces`

Vincent Hong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 15 04:30:50 PST 2023


v1nh1shungry planned changes to this revision.
v1nh1shungry added a comment.

This patch doesn't handle situations like:

  namespace a {
  namespace b {
  #define FOO
  namespace c {
  }
  }
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141787



More information about the cfe-commits mailing list