summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTypeEnumMember.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-4/+5
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+37
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+8
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-8/+58
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-8/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-8/+8
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-3/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-201-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-137/+87
* Reduce inclusion of clang headers.Bruce Mitchener2015-09-181-1/+0
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* Add support for inspecting enum members.Todd Fiala2014-06-021-0/+192
OpenPOWER on IntegriCloud