summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/LanguageCategory.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix compilation with GCC 5Martin Storsjö2020-02-061-0/+4
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-16/+3
* Remove unsound caching in LanguageCategoryAdrian Prantl2019-12-101-4/+0
* Replace redundant code in LanguageCategory with templates (NFC)Adrian Prantl2019-12-101-132/+55
* [DataFormatters] Change the Get() method to take a LanguageType.Davide Italiano2019-12-101-8/+8
* Replace redundant code in FormatManager and FormatCache with templates (NFC)Adrian Prantl2019-12-101-12/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-221/+182
* Fix a bug where language categories would hold on to their caches even after ...Enrico Granata2015-12-151-0/+6
* Introduce a FormattersMatchData class which contains all the information that...Enrico Granata2015-10-061-62/+58
* Move hardcoded formatters from the FormatManager to the Language pluginsEnrico Granata2015-09-161-7/+117
* Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata2015-09-141-4/+4
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-041-0/+26
* Add support for language plugins to provide data formatters (second attempt)Enrico Granata2015-09-011-0/+133
* Revert "Add support for language plugins to provide data formatters"Pavel Labath2015-09-011-133/+0
* Add support for language plugins to provide data formattersEnrico Granata2015-09-011-0/+133
OpenPOWER on IntegriCloud