summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBDeclaration.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+30
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-13/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-4/+42
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-9/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-25/+25
* 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-4/+4
* Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner2017-03-221-2/+2
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-221-2/+2
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-221-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-148/+92
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-9/+12
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* Patch from Daniel Malea that cleans up the process parameters for Process/Thr...Greg Clayton2012-10-121-0/+2
* <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...Enrico Granata2012-10-101-0/+204
OpenPOWER on IntegriCloud