summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus
Commit message (Expand)AuthorAgeFilesLines
* Reduce memory traffic in ConstString in the std::map formatterEnrico Granata2015-12-041-6/+14
* Do the same iterator caching optimization for std::mapEnrico Granata2015-12-041-48/+64
* Cache the incremental iterators as you traverse the list, so that you don't h...Enrico Granata2015-12-041-64/+79
* Improve the std::list data formatter to not need to calculate indices for eve...Enrico Granata2015-12-041-3/+6
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-041-4/+21
* Remove two #if0ed regions of code that we were using for an experiment but do...Enrico Granata2015-10-291-14/+0
* Fix MSVC build after r251402Tamas Berghammer2015-10-271-1/+2
* Some minor improvements on the symtab parsing codeTamas Berghammer2015-10-271-25/+45
* Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala2015-10-223-7/+157
* [DataFormatters] Make libc++ list loop detection linearPavel Labath2015-10-211-88/+113
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-206-121/+129
* Enable the StringPrinter to have prefixes that are strings instead of just a ...Enrico Granata2015-10-072-7/+7
* Fix evaluation of unicode character arrays (char16_t[] and char32_t[])Dawn Perchik2015-09-252-15/+20
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-3/+3
* Move hardcoded formatters from the FormatManager to the Language pluginsEnrico Granata2015-09-162-0/+79
* Introduce the notion of an escape helper. Different languages have different ...Enrico Granata2015-09-092-20/+20
* Preparatory work for letting language plugins help the StringPrinter with for...Enrico Granata2015-09-092-12/+12
* Fix Makefile buildKeno Fischer2015-09-051-0/+14
* Never mind, I see what the problem is on the Windows build. Attempt a fixEnrico Granata2015-09-041-1/+0
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-0414-3/+2854
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-022-0/+491
* Use Language::LanguageIsCPlusPlus instead of doing the same switch over languageEnrico Granata2015-09-021-10/+3
* Add a new type of plugin: Language pluginEnrico Granata2015-08-273-0/+139
OpenPOWER on IntegriCloud