summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTypeSummary.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [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/+62
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+8
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-081-0/+5
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-15/+103
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-7/+4
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-16/+16
* 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-3/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-398/+319
* Add an 'internal' kind of summary to support one-off subclasses of TypeSummar...Enrico Granata2015-10-291-2/+17
* Minor cleanup of SBTypeSummary::CreateWithCallback to take an optional descri...Enrico Granata2015-10-271-16/+19
* Fixed a typo in r251080.Sean Callanan2015-10-231-1/+1
* Summary provider for char.Dawn Perchik2015-10-231-0/+19
* Move TypeSummaryImpl over to LLVM-style RTTI for subclassingEnrico Granata2015-10-161-54/+40
* Fix build with python disabled after r249597Keno Fischer2015-10-161-4/+0
* [lldb-mi] Fix evaluation of strings containing characters from non-ascii rangeDawn Perchik2015-10-071-2/+10
* Switch data formatters over to using std::function for their callbacks instea...Enrico Granata2015-08-271-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata2014-11-061-0/+97
* <rdar://problem/12978143>Enrico Granata2013-01-281-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-1/+1
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-041-9/+40
* Patch Enrico's changes from r150558 on 2012-02-14 to build even if PythonJason Molenda2012-02-211-0/+4
* <rdar://problem/10062621>Enrico Granata2012-02-151-0/+298
OpenPOWER on IntegriCloud