summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/SelectHelper.cpp
AgeCommit message (Expand)Author
2025-07-02[lldb] Fixing warnings / win32 builds in MainLoop. (#146632)John Harrison
2024-08-27[lldb] Add missing namespaceAdrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song
2022-09-28[lldb] Fix deprecation warnings for hasValue and getValue in mac-only code pathsNico Weber
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-23[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-06-25[LLDB] Select helper sign comparison fixDavid Carlier
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-12-12Add an #include to appease an older clang, NFCVedant Kumar
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-12Fix-up r278299 for windowsPavel Labath
2016-08-10Centralize all select() calls into one place so that we can take advantage of...Greg Clayton