Skip to content
Snippets Groups Projects
Commit a1ddf2d0 authored by wahikihiki's avatar wahikihiki
Browse files

clang-tidy: Replace typedef with using

Automate the conversion with

  perl -i -0pe 's/typedef ([^;]*) ([^ ]+);/using $2 = $1;/g'

then manually fix a few places.
parent ee15bc7d
No related branches found
No related tags found
No related merge requests found
Showing
with 41 additions and 41 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment