summaryrefslogtreecommitdiff
path: root/Tests/AK/TestVariant.cpp
AgeCommit message (Expand)Author
2021-07-04AK: Destroy original value when assigning to VariantDaniel Bertalan
2021-06-26AK: Undo bogus Variant::downcast() renameAndreas Kling
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-24Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`Daniel Bertalan
2021-05-22AK: Fix Variant construction from lvalue referencesAli Mohammad Pur
2021-05-19AK: Allow AK::Variant::visit to return a valueTimothy Flynn
2021-05-11AK/Variant: Deduplicate the contained typesAli Mohammad Pur
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro