summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus
Commit message (Expand)AuthorAgeFilesLines
* Add libc++ data formatters for std::optional.Adrian Prantl2018-08-155-7/+132
* Remove unused FastDemangle sourcesStefan Granitz2018-08-141-1/+1
* Straight forward FastDemangle replacement in SubsPrimitiveParmItaniumStefan Granitz2018-08-131-38/+57
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-023-0/+22
* Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-275-125/+0
* Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-275-0/+125
* Revert "[DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-251-85/+0
* [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-251-0/+85
* Fix the libcxx set, multiset, vector and bitset formatters to work on referen...Jim Ingham2018-07-131-4/+6
* Fix tuple getter in std unique pointer pretty-printerPavel Labath2018-06-111-0/+2
* Fix memory leak in SubsPrimitiveParmItaniumRaphael Isemann2018-05-271-1/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-307-46/+40
* Fix std unique pointer pretty-printer for new stl versionsPavel Labath2018-03-081-4/+23
* Recognize MSVC style mangling in CPlusPlusLanguage::IsCPPMangledNameAaron Smith2018-02-081-7/+11
* More correct handling of error cases C++ name parserEugene Zemtsov2018-02-061-2/+1
* Switch from C++1z to C++17; corresponds to r319688 in Clang.Aaron Ballman2017-12-041-1/+1
* Fix assertion in ClangASTContextPavel Labath2017-11-301-4/+2
* Add a data formatter for libc++ std::bitsetPavel Labath2017-11-144-0/+125
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-137-22/+13
* Update tuple/list/deque data formatters to work with newest libc++Pavel Labath2017-11-072-6/+18
* Add data formatter for libc++ std::queuePavel Labath2017-11-014-0/+74
* Add data formatter for libc++ std::tuplePavel Labath2017-11-014-0/+91
* Add data formatter for libc++'s forward_listPavel Labath2017-10-313-85/+183
* Enable parsing C++ names generated by lambda functions.Jim Ingham2017-07-132-0/+34
* Rename Error -> Status.Zachary Turner2017-05-129-26/+26
* Remove unused code related to CPlusPlusLanguage::FindEquivalentNamesPavel Labath2017-05-022-150/+0
* Fix libcxx formatters for changes in r300140.Lang Hames2017-04-263-16/+87
* Use llvm::ArrayRef rather than std::vector/std::initializer lists for someLang Hames2017-04-261-1/+2
* Add libc++ category to the remaining libc++ data formattersPavel Labath2017-04-121-1/+1
* Fix libc++ vector<bool> data formatter (bug #32553)Pavel Labath2017-04-124-207/+142
* New C++ function name parsing logic (Resubmit)Eugene Zemtsov2017-04-065-119/+881
* Reverting r299374 & r299402 due to testsuite failure.Jim Ingham2017-04-055-862/+119
* New C++ function name parsing logicEugene Zemtsov2017-04-035-119/+862
* Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer2017-03-313-14/+11
* 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 many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-046-6/+6
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Three LoadLibCxxFormatters formatters were given a regex string toJason Molenda2017-02-251-3/+3
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-146-8/+8
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-6/+7
* Move classes from Core -> Utility.Zachary Turner2017-02-0216-23/+23
* [CMake] [2/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+11
* Expression evaluation for overloaded C functions (redux)Luke Drummond2016-12-192-3/+109
* Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath2016-12-021-6/+1
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-263-4/+3
* Resubmit "Remove an output-parameter from Variable function".Zachary Turner2016-11-181-10/+12
* Revert "Remove an out param from ValueObject::GetValueForExpressionPath."Zachary Turner2016-11-181-12/+10
* Remove an out param from ValueObject::GetValueForExpressionPath.Zachary Turner2016-11-181-10/+12
OpenPOWER on IntegriCloud