[PATCH] D61989: [clang-tidy] enable modernize-concat-nested-namespaces on header files

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 16 08:00:10 PDT 2019


Eugene.Zelenko added a comment.

Will be good idea to mention new option in the Release Notes.



================
Comment at: clang-tools-extra/docs/clang-tidy/checks/modernize-concat-nested-namespaces.rst:56
+   A comma-separated list of filename extensions of header files (the filename
+   extensions should not contain "." prefix). Default is "h,hh,hpp,hxx".
+   For header files without an extension, use an empty string (if there are no
----------------
Please use single back-ticks for highlighting option values. Same in other places.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61989





More information about the cfe-commits mailing list