llvm/clang-tools-extra/unittests
Artem Dergachev 6a043ecc0c [clang-tidy] Fix ODR violation in unittests.
Both tests define clang::tidy::test::TestCheck::registerMatchers().
This is UB and causes linker to sometimes choose the wrong overload.

Put classes into anonymous namespaces to avoid the problem.

Differential Revision: https://reviews.llvm.org/D84902
2020-07-30 08:52:47 -07:00
..
clang-apply-replacements
clang-change-namespace [clang-change-namespace] As part of using inclusive language 2020-06-19 23:01:42 -07:00
clang-doc
clang-include-fixer
clang-move
clang-query
clang-tidy [clang-tidy] Fix ODR violation in unittests. 2020-07-30 08:52:47 -07:00
include/common
CMakeLists.txt Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target that links to gtest 2020-07-27 08:37:01 -07:00