[PATCH] D147857: [clang-tidy] fix false positve for namespace with attrs in modernize-concat-nested-namespaces

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 9 00:31:11 PDT 2023


PiotrZSL accepted this revision.
PiotrZSL added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:304-310
 - Fixed an issue in :doc:`modernize-concat-nested-namespaces
   <clang-tidy/checks/modernize/concat-nested-namespaces>` when using macro between
   namespace declarations could result incorrect fix.
 
+- Fixed an false positive in :doc:`modernize-concat-nested-namespaces
+  <clang-tidy/checks/modernize/concat-nested-namespaces>` when using namespace with 
+  attributes.
----------------
Merge those 2 into one if possible.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147857



More information about the cfe-commits mailing list