[PATCH] D23130: [Clang-tidy] Add a check for definitions in the global namespace.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 3 14:18:44 PDT 2016


On Wed, Aug 3, 2016 at 5:17 PM, Alexander Kornienko <alexfh at google.com> wrote:
> alexfh added a comment.
>
> Do we want to merge this check with google/GlobalNamesInHeadersCheck.cpp that targets a similar set of issues?

We also have misc/DefinitionsInHeadersCheck.cpp which is likely similar.

~Aaron

>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D23130
>
>
>


More information about the cfe-commits mailing list