summaryrefslogtreecommitdiff
path: root/libc/src/__support/CPP/optional.h
AgeCommit message (Expand)Author
2025-10-17Revert "[libc] add basic lifetime annotations for support data structures" (#...Schrodinger ZHU Yifan
2025-10-17[libc] add basic lifetime annotations for support data structures (#145933)Schrodinger ZHU Yifan
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2023-11-27 [libc] Move in_use into OptionalStorage (#73569)michaelrj-google
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-09-07[libc] move in_place_t in utility (#65623)Guillaume Chatelet
2023-08-17[libc] Extend optional to support non trivially destructible objectsMikhail R. Gadelha
2023-08-14Revert "[libc] Extend optional to support non trivially destructible objects"Mikhail R. Gadelha
2023-08-14[libc] Extend optional to support non trivially destructible objectsMikhail R. Gadelha
2023-08-07[libc] Clean up required LIBC_INLINE uses in src/stringRoland McGrath
2023-06-30[libc] Fix more inline definitionsRoland McGrath
2023-05-05[libc] Rework 'cpp:optional' to support move constructionJoseph Huber
2022-08-10[libc][NFC] add arrow operator to optionalMichael Jones
2022-08-05[libc] Trivial implementation of std::optionalJeff Bailey