summaryrefslogtreecommitdiff
path: root/AK/BitCast.h
AgeCommit message (Expand)Author
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-08-15AK: Allow bit_cast to be used in constant evaluated contextdavidot
2022-07-04AK: Add `nodiscard` attribute to BitCast functionsLenny Maiorani
2021-08-21AK: Use `__builtin_bit_cast` if availableJesse Buhagiar
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-23AK: Implement bit_castOleg Sikorskiy