summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTypeSynthetic.cpp
AgeCommit message (Expand)Author
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2024-01-17[lldb] Replace deprecated `std::unique_ptr::unique()` to silence a warning wi...Alexandre Ganea
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-18[API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2013-06-11Improvements to the data formatters SB API:Enrico Granata
2013-01-28<rdar://problem/12978143>Enrico Granata
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-02-21Patch Enrico's changes from r150558 on 2012-02-14 to build even if PythonJason Molenda
2012-02-15<rdar://problem/10062621>Enrico Granata