summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/DataVisualization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-11/+0
* [DataVisualization] Simplify. NFCI.Davide Italiano2019-12-031-2/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [DataFormatters] Remove LLDB_DISABLE_PYTHON from FormatManager.Davide Italiano2019-03-151-4/+0
* [DataFormatters] Delete unused code. Not even exposed in the API.Davide Italiano2019-03-141-7/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-9/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-182/+128
* Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...Enrico Granata2015-11-181-8/+2
* Revert 2 commits breaking the MSVC buildTamas Berghammer2015-11-181-2/+8
* Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata2015-11-181-8/+2
* The existing logic to loop over formatters is very pre-C++11, using void* bat...Enrico Granata2015-11-141-0/+6
* Add a --language (-l) option to the formatter delete commands in order to all...Enrico Granata2015-10-291-0/+8
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-201-2/+0
* Add the ability for formatter categories to be bound to one or more languagesEnrico Granata2015-09-171-1/+1
* Add a --language (-l) option to type category {enable|disable} to allow peopl...Enrico Granata2015-09-041-0/+14
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Issuing a "type category disable *" command followed by a "type category enab...Enrico Granata2014-10-031-0/+12
* Introduce the notion of a "type validator" formatterEnrico Granata2014-09-051-0/+12
* FormatNavigator has long stopped navigating anything - the generation of poss...Enrico Granata2013-12-201-6/+6
* <rdar://problem/11778815>Enrico Granata2013-10-081-52/+5
* <rdar://problem/12042982>Enrico Granata2013-10-041-0/+6
* <rdar://problem/12978143>Enrico Granata2013-01-281-0/+279
OpenPOWER on IntegriCloud