taglib/examples
Urs Fleisch c2c9e8989c clang-tidy: Use auto where it improves the readability
run-clang-tidy -header-filter='.*' -checks='-*,modernize-use-auto' \
-config="{CheckOptions: [{key: modernize-use-auto.RemoveStars, value: '1'}]}" \
-fix

Manually fixed some wrong `const auto` replacements and verified
that all types are deduced correctly.
2023-07-22 07:09:58 +02:00
..
CMakeLists.txt Install examples after we selected to build them 2021-03-06 14:52:25 +01:00
framelist.cpp clang-tidy: Use auto where it improves the readability 2023-07-22 07:09:58 +02:00
strip-id3v1.cpp CVS_SILENT oops -- didn't mean to check this in 2004-02-20 01:42:10 +00:00
tagreader_c.c C bindings - properties i/f (#1091) 2023-07-09 19:48:27 +02:00
tagreader.cpp clang-tidy: Use auto where it improves the readability 2023-07-22 07:09:58 +02:00
tagwriter.cpp clang-tidy: Use auto where it improves the readability 2023-07-22 07:09:58 +02:00