summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/cpluspluslanguage] Add constructor substitutorPavel Labath2019-12-051-41/+82
* [lldb][DataFormatters] Support pretty printing std::string when built with -f...Jordan Rupprecht2019-11-221-0/+11
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-121-0/+5
* [LLDB] Fix handling for the clang name mangling extension for block invocationsshafik2019-11-061-7/+6
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-041-14/+8
* [lldb] Fix `TestDataFormatterStdList` regressionJan Kratochvil2019-08-221-7/+13
* Add char8_t support (C++20)Jonas Devlieghere2019-08-211-0/+11
* [Formatters] Temporarily disable libc++ std::function formatter due to perfor...Shafik Yaghmour2019-08-021-6/+0
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* [DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour2019-04-241-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* [Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.Davide Italiano2019-03-141-7/+0
* [lldb] Relax libc++ ABI version checkingThomas Anderson2019-02-011-95/+88
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* CPlusPlusLanguage: Use new demangler API to implement type substitutionPavel Labath2018-11-061-62/+80
* [PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov2018-11-061-0/+5
* [DataFormatters] Adding formatters for libc++ std::u16string and std::u32stringShafik Yaghmour2018-10-261-1/+20
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-191-0/+10
* Revert "[DataFormatters] Add formatter for C++17 std::variant"Shafik Yaghmour2018-09-171-10/+0
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-171-0/+10
* Add libc++ data formatter for std::functionAdrian Prantl2018-08-231-5/+5
* Add libc++ data formatters for std::optional.Adrian Prantl2018-08-151-4/+13
* 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-021-0/+13
* Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-271-9/+0
* Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-271-0/+9
* Fix the libcxx set, multiset, vector and bitset formatters to work on referen...Jim Ingham2018-07-131-4/+6
* Fix memory leak in SubsPrimitiveParmItaniumRaphael Isemann2018-05-271-1/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-10/+8
* Recognize MSVC style mangling in CPlusPlusLanguage::IsCPPMangledNameAaron Smith2018-02-081-7/+11
* Add a data formatter for libc++ std::bitsetPavel Labath2017-11-141-0/+11
* Add data formatter for libc++ std::queuePavel Labath2017-11-011-0/+9
* Add data formatter for libc++ std::tuplePavel Labath2017-11-011-0/+8
* Add data formatter for libc++'s forward_listPavel Labath2017-10-311-0/+11
* Remove unused code related to CPlusPlusLanguage::FindEquivalentNamesPavel Labath2017-05-021-138/+0
* 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-121-32/+0
* New C++ function name parsing logic (Resubmit)Eugene Zemtsov2017-04-061-104/+67
* Reverting r299374 & r299402 due to testsuite failure.Jim Ingham2017-04-051-67/+104
* New C++ function name parsing logicEugene Zemtsov2017-04-031-104/+67
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* 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
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-6/+7
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Expression evaluation for overloaded C functions (redux)Luke Drummond2016-12-191-2/+102
* Implement a general type scavenger that can dig types from debug info + a fil...Enrico Granata2016-11-011-69/+10
OpenPOWER on IntegriCloud