llvm-project/llvm/test/tools/llvm-cov/Inputs/name_allowlist.cpp
Zarko Todorovski e714394ab8 [LLVM][llvm-cov] Inclusive language: rename option -name-whitelist to -name-allowlist
Renamed the option for llvm-cov and changed variable names to use more
inclusive terms. Also changed the binary for the test.

Reviewed By: alanphipps

Differential Revision: https://reviews.llvm.org/D112816
2021-11-26 11:08:01 -05:00

19 lines
168 B
C++

int func1() {
return 1;
}
int func2() {
return 1;
}
int func3() {
return 1;
}
int func4() {
return 1;
}
int func5() {
return 1;
}
int func6() {
return 1;
}