| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb] NFC modernize codebase with modernize-use-nullptr | Konrad Kleine | 2019-05-23 | 1 | -4/+4 |
| * | Use std::make_shared in LLDB (NFC) | Jonas Devlieghere | 2019-02-11 | 1 | -1/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Simplify Boolean expressions | Jonas Devlieghere | 2018-12-15 | 1 | -1/+1 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -14/+12 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -3/+3 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | Make lldb -Werror clean on Windows. | Zachary Turner | 2016-10-05 | 1 | -1/+1 |
| * | Move UTF functions into namespace llvm. | Justin Lebar | 2016-09-30 | 1 | -25/+28 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -534/+528 |
| * | Fix some compiler warnings with MSVC 2015. | Zachary Turner | 2016-01-13 | 1 | -1/+1 |
| * | Fix an issue where LLDB would truncate summaries for string types without pro... | Enrico Granata | 2015-11-04 | 1 | -4/+28 |
| * | Rationalization of includes in the data formatters code | Enrico Granata | 2015-10-20 | 1 | -1/+0 |
| * | Silence -Wreturn-type with gcc 5.2 | Saleem Abdulrasool | 2015-10-18 | 1 | -0/+1 |
| * | Silence -Wqual-cast warnings from GCC 5.2 | Saleem Abdulrasool | 2015-10-18 | 1 | -2/+2 |
| * | Enable the StringPrinter to have prefixes that are strings instead of just a ... | Enrico Granata | 2015-10-07 | 1 | -5/+12 |
| * | Introduce the notion of an escape helper. Different languages have different ... | Enrico Granata | 2015-09-09 | 1 | -26/+62 |
| * | Preparatory work for letting language plugins help the StringPrinter with for... | Enrico Granata | 2015-09-09 | 1 | -97/+14 |
| * | Teach the std::wstring data formatter how to properly display strings with em... | Enrico Granata | 2015-07-17 | 1 | -0/+2 |
| * | Add StringPrinter support for printing a std::string with embedded NUL bytes | Enrico Granata | 2015-07-17 | 1 | -36/+55 |
| * | Fixed a ton of gcc compile warnings | Vince Harron | 2015-05-13 | 1 | -15/+15 |
| * | Fix an issue where the UTF dumper was ignoring the direction to generate unca... | Enrico Granata | 2015-05-01 | 1 | -1/+1 |
| * | Fix trivial signed/unsigned comparison warnings | Andy Gibbs | 2014-12-29 | 1 | -2/+2 |
| * | We don't really handle printing embedded NULs in strings, but if we were to, ... | Enrico Granata | 2014-12-18 | 1 | -0/+6 |
| * | Add the ability for the NSString and libc++ std::string formatters to retriev... | Enrico Granata | 2014-11-18 | 1 | -1/+3 |
| * | Fix a problem where the StringPrinter could be mistaking an empty string for ... | Enrico Granata | 2014-11-17 | 1 | -1/+1 |
| * | Add a setting escape-non-printables that drives whether the StringPrinter sho... | Enrico Granata | 2014-11-05 | 1 | -0/+15 |
| * | for Siva Chandra: Fix compilation of StringPrinter.cpp with GCC. Differential... | Shawn Best | 2014-11-04 | 1 | -95/+105 |
| * | Remove #include <codecvt>. It isn't supported on all compilers. | Zachary Turner | 2014-10-30 | 1 | -1/+0 |
| * | Start adopting the StringPrinter API. The StringPrinter API is the new blesse... | Enrico Granata | 2014-10-30 | 1 | -0/+618 |