| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Display the pointer value in the libstdc++ unique_ptr summary | Pavel Labath | 2016-11-09 | 1 | -16/+7 |
| | | | | | | | | | | | | | | | | | | | | Summary: r284830 added a summary provider for unique_ptr in libstdc++, whose value printed the value of the pointee. This is a bit unintuitive as it becomes unobvious that the value actually is a pointer, and we lose the way to actually obtain the pointer value. Change that to print the pointer value instead. The pointee value can still be obtained through the synthetic children. Reviewers: tberghammer, granata.enrico Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D26403 llvm-svn: 286355 | ||||
| * | Simplify the PrintableRepresentationSpecialCases code; we never used the ↵ | Enrico Granata | 2016-11-07 | 1 | -1/+1 |
| | | | | | | | ePrintableRepresentationSpecialCasesOnly value and with enum classes the names doesn't need to be that long llvm-svn: 286176 | ||||
| * | Fix incorrect header order introduced in rL284830 | Tamas Berghammer | 2016-10-21 | 1 | -3/+3 |
| | | | | | llvm-svn: 284831 | ||||
| * | Add data formatter for libstdc++ unique_ptr | Tamas Berghammer | 2016-10-21 | 1 | -0/+160 |
| Differential revision: https://reviews.llvm.org/D25734 llvm-svn: 284830 | |||||

