Skip to content

clang-tidy: Replace typedef with using

wahikihiki requested to merge wahikihiki/cmake:tidy-use-using into master

Apply fixits from clang-tidy's modernize-use-using check. For some strange reason, clang-tidy does not offer fixits in all cases. So this is incomplete and the check cannot be enabled yet in .clang-tidy.

Merge request reports