summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTypeNameSpecifier.cpp
AgeCommit message (Expand)Author
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-09-13[Formatters][NFCI] Replace 'is_regex' arguments with an enum.Jorge Gorbe Moya
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-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-08-11ClangASTType is now CompilerType.Greg Clayton
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2013-10-29<rdar://problem/15144376>Enrico Granata
2013-01-28<rdar://problem/12978143>Enrico Granata
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-10-12Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham
2012-02-17Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata
2012-02-15<rdar://problem/10062621>Enrico Granata