Warning: That file was not part of the compilation database. It may have many parsing errors.

1// RUN: %check_clang_tidy %s misc-use-internal-linkage %t -- -- -I%S/Inputs/use-internal-linkage
2
3#define B A##C
4
5inline void B() {}
6

Warning: That file was not part of the compilation database. It may have many parsing errors.

source code of clang-tools-extra/test/clang-tidy/checkers/misc/use-internal-linkage-macro.hpp