serenity/Meta/Lagom/Tools
Michel Hermier e1685b6b69 Lagom: Avoid declaring Time in the global namespace
When compiled using clang, an ambiguity error is detected between
`class AK::Time` aliased to `::Time` and the `struct ::Time` provided
in `GenerateTimeZoneData.cpp`. Solve this by moving most of the code in
an anonymous namespace.
2022-01-10 15:57:59 +01:00
..
CodeGenerators Lagom: Avoid declaring Time in the global namespace 2022-01-10 15:57:59 +01:00
ConfigureComponents Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
IPCMagicLinter Meta: Implement checker for IPC magic number collisions 2021-11-05 00:17:01 +03:30
CMakeLists.txt Meta: Allow lagom_tool invocations to specify libraries to link 2021-11-23 22:58:05 +01:00