diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-04-12 00:27:47 +0200 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-04-23 13:05:21 +0200 |
commit | d7e0247ed43091172c2cc3827399bb111416d617 (patch) | |
tree | a9bcb9edfbb0511cea9376431479e526060cc939 /xmlhelp | |
parent | 20c86bd1059b54915190ce2e3dd39206d293aced (diff) |
Run clang-tidy with misc-unused-using-decls on modules [s-t]*
To remove unneeded using declarations.
Via the simple script:
for i in $(find $dirname -name "*cxx" -o -name "*hxx" ); do
clang-tidy-12 --checks="-*,misc-unused-using-decls" "$i";
done
Change-Id: I596299084471b2904548d23875866f1583b00b2a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150610
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'xmlhelp')
0 files changed, 0 insertions, 0 deletions