index
:
thunderbird
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
readability-inconsistent-declaration-parameter-name.cpp
blob: acf13b240b7a07330e2866527b0171fd85e731a6 (
plain
)
1
2
3
4
5
6
struct
S
{
void
f
(
int
x
);
};
void
S::f
(
int
y
)
{
}