ladybird/Userland/DevTools/StateMachineGenerator
Lenny Maiorani 68f76b9e37 Userland: Change typedef to using directive
Problem:
- `typedef`s are read backwards making it confusing.
- `using` statements can be used in template aliases.
- `using` provides similarity to most other C++ syntax.

- C++ core guidelines say to prefer `using` over `typedef`:
  https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rt-using

Solution:
- Switch these where appropriate.
2021-05-21 10:07:22 +01:00
..
CMakeLists.txt DevTools: Add StateMachineGenerator utility 2021-05-16 11:50:56 +02:00
main.cpp Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00