llvm-project/clang-tools-extra/test/clang-tidy
Paula Toth 8683f5de53 [clang-tidy] Add check callee-namespace.
Summary:
This check will ensure that all calls to functions resolve to one inside the `__llvm_libc` namespace.

This is done to ensure that if we include a public header then we don't accidentally call into the a function within the global namespace.

Reviewers: aaron.ballman, njames93

Reviewed By: aaron.ballman

Subscribers: Eugene.Zelenko, mgorny, xazax.hun, cfe-commits, sivachandra

Tags: #clang-tools-extra, #libc-project, #clang

Differential Revision: https://reviews.llvm.org/D78890
2020-04-28 17:22:23 -07:00
..
checkers [clang-tidy] Add check callee-namespace. 2020-04-28 17:22:23 -07:00
infrastructure Try to fix clang-tidy/infrastructure/config-files.cpp on Win after cb1ee34e9d. 2020-04-15 13:38:03 -04:00
check_clang_tidy.py [clang-tidy] Fix performance-noexcept-move-constructor-fix test on non-English locale 2020-02-13 14:46:44 -05:00