summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...Cameron Desrochers2019-10-091-3/+3
* [LLDB] Fix for synthetic children memory leakCameron Desrochers2019-10-091-9/+14
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-4/+3
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix tuple getter in std unique pointer pretty-printerPavel Labath2018-06-111-0/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Fix std unique pointer pretty-printer for new stl versionsPavel Labath2018-03-081-4/+23
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer2017-03-311-8/+8
* Add support for sythetic operator dereferenceTamas Berghammer2017-03-311-1/+2
* Do not dereference std::unique_ptr by defaultTamas Berghammer2017-03-311-7/+5
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Display the pointer value in the libstdc++ unique_ptr summaryPavel Labath2016-11-091-16/+7
* Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata2016-11-071-1/+1
* Fix incorrect header order introduced in rL284830Tamas Berghammer2016-10-211-3/+3
* Add data formatter for libstdc++ unique_ptrTamas Berghammer2016-10-211-0/+160
OpenPOWER on IntegriCloud