summaryrefslogtreecommitdiff
path: root/AK/Variant.h
AgeCommit message (Expand)Author
2021-06-09AK: Make a bunch of Variant methods ALWAYS_INLINEAli Mohammad Pur
2021-06-02AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't containedAli Mohammad Pur
2021-05-22AK: Fix Variant construction from lvalue referencesAli Mohammad Pur
2021-05-22AK: Remove [[gnu::noinline]] attribute from some variant membersAli Mohammad Pur
2021-05-20Variant: Remove redundant inline keywordLenny Maiorani
2021-05-19AK: Allow AK::Variant::visit to return a valueTimothy Flynn
2021-05-17Everywhere: Fix a bunch of typosLinus Groh
2021-05-13AK: Fix Variant's copy constructor trying to delegate to the wrong baseAli Mohammad Pur
2021-05-11AK/Variant: Deduplicate the contained typesAli Mohammad Pur
2021-05-11AK: Avoid the use of typeinfo in VariantAli Mohammad Pur
2021-05-05AK: Add a Variant<Ts...> implementationAli Mohammad Pur