1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:58:11 +00:00
serenity/Userland/DevTools/HackStudio/Git
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
..
DiffViewer.cpp LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
DiffViewer.h LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
GitFilesModel.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
GitFilesModel.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GitFilesView.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GitFilesView.h Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
GitRepo.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
GitRepo.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GitWidget.cpp LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
GitWidget.h Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00