summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-4/+4
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-1/+1
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-2/+5
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-5/+2
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata2016-11-071-1/+2
* Revert "Improve the libstdc++ smart pointer formatters"Pavel Labath2016-10-251-0/+92
* Improve the libstdc++ smart pointer formattersTamas Berghammer2016-10-211-92/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-370/+324
* Add data formatter for libstdc++ shared_ptr and weak_ptrTamas Berghammer2016-07-061-20/+134
* Remove what I believe are the last known instances of formatters that run codeEnrico Granata2016-04-081-6/+0
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-21/+16
* Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala2015-10-221-0/+115
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-041-0/+258
OpenPOWER on IntegriCloud