summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
AgeCommit message (Expand)Author
2021-10-26[formatters] Add a libstdcpp formatter for bitset and unify tests across stdlibsDanil Stefaniuc
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-21[lldb][NFC] clang-format CPlusPlusLanguage.cppRaphael Isemann
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-29[lldb] Remove Expression's dependency on CPlusPlusLanguagePluginAlex Langford
2021-09-16[lldb] Refactor and rename CPlusPlusLanguage::FindAlternateFunctionManglingsAlex Langford
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-08-24Revert "[lldb] Refactor Module::LookupInfo constructor"Alex Langford
2021-08-24[lldb] Refactor Module::LookupInfo constructorAlex Langford
2021-07-29[lldb] Remove CPlusPlusLanguage from MangledAlex Langford
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-06-01[lldb][NFC] Use Language plugins in Mangled::GuessLanguageRaphael Isemann
2021-02-23[lldb][NFC] Give CompilerType's IsArrayType/IsVectorType/IsBlockPointerType o...Raphael Isemann
2020-11-12[lldb/DataFormatters] Display null C++ pointers as nullptrJonas Devlieghere
2020-11-12Revert "Generalize regex matching std::string variants to compensate for recent"Raphael Isemann
2020-11-11Generalize regex matching std::string variants to compensate for recentRichard Smith
2020-07-20[lldb][NFC] Make some RegularExpression constructor calls less verboseRaphael Isemann
2020-06-19[lldb] Reactivate Objective-C++ pluginRaphael Isemann
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-03-23[DataFormatters] Add formatter for libc++ std::unique_ptrshafik
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-05[lldb/cpluspluslanguage] Add constructor substitutorPavel Labath
2019-11-22[lldb][DataFormatters] Support pretty printing std::string when built with -f...Jordan Rupprecht
2019-11-12[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik
2019-11-06[LLDB] Fix handling for the clang name mangling extension for block invocationsshafik
2019-09-04Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil
2019-08-22[lldb] Fix `TestDataFormatterStdList` regressionJan Kratochvil
2019-08-21Add char8_t support (C++20)Jonas Devlieghere
2019-08-02[Formatters] Temporarily disable libc++ std::function formatter due to perfor...Shafik Yaghmour
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann
2019-04-24[DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-14[Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.Davide Italiano
2019-02-01[lldb] Relax libc++ ABI version checkingThomas Anderson
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-06CPlusPlusLanguage: Use new demangler API to implement type substitutionPavel Labath
2018-11-06[PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov
2018-10-26[DataFormatters] Adding formatters for libc++ std::u16string and std::u32stringShafik Yaghmour
2018-09-19[DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour
2018-09-17Revert "[DataFormatters] Add formatter for C++17 std::variant"Shafik Yaghmour
2018-09-17[DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour
2018-08-23Add libc++ data formatter for std::functionAdrian Prantl
2018-08-15Add libc++ data formatters for std::optional.Adrian Prantl
2018-08-14Remove unused FastDemangle sourcesStefan Granitz