llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs
Dmitry Polukhin da55af7f1d [clang-tidy] Enable modernize-concat-nested-namespaces also on headers
For some reason the initial implementation of the check had an explicit check
for the main file to avoid being applied in headers. This diff removes this
check and add a test for the check on a header.

Similar approach was proposed in D61989 but review there got stuck.

Test Plan: added new test case

Differential Revision: https://reviews.llvm.org/D97563
2021-03-15 07:32:45 -07:00
..
Headers [clang-tidy] Extending bugprone-signal-handler with POSIX functions. 2021-02-23 14:48:00 +01:00
absl [clang-tidy] Fix check for Abseil internal namespace access 2020-01-21 15:21:53 -05:00
altera-kernel-name-restriction Add a new altera kernel name restriction check to clang-tidy. 2020-11-09 09:26:50 -05:00
bugprone-not-null-terminated-result [NFC][clang-tidy] Move recently newly-added tests into checkers/ subdir 2020-02-14 11:25:05 +03:00
bugprone-reserved-identifier Add `bugprone-reserved-identifier` 2020-01-17 08:44:21 -05:00
gtest
llvmlibc [clang-tidy] Merge common code between llvmlibc-restrict-system-libc-headers and portability-restrict-system-includes 2020-03-20 15:53:05 -07:00
modernize-concat-nested-namespaces [clang-tidy] Enable modernize-concat-nested-namespaces also on headers 2021-03-15 07:32:45 -07:00
modernize-deprecated-headers
modernize-loop-convert [clang-tidy][modernize-loop-convert] Make loop var type human readable 2020-06-04 19:51:45 +03:00
modernize-pass-by-value
modernize-replace-auto-ptr
modernize-smart-ptr
modernize-use-auto
modernize-use-using Allow modernize-use-using to apply to enumerations as well. 2020-02-03 07:54:38 -05:00
mpi-type-mismatch
performance-unnecessary-value-param [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
portability-restrict-system-includes [clang-tidy] Mock system headers for portability-restrict-system-includes tests. 2020-03-11 12:13:27 -07:00
readability-identifier-naming Mark implicit coroutine variables as being implicit 2020-12-16 14:42:07 -05:00
google-namespaces.h
unused-using-decls.h