summaryrefslogtreecommitdiff
path: root/lldb/source/Core/RichManglingContext.cpp
AgeCommit message (Expand)Author
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev
2025-04-09Revert "[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server ...David Spickett
2025-04-09[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server dependen...Dmitry Vasilyev
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2022-08-20[lldb] Use Any::has_value instead of ANy::hasValue (NFC)Kazu Hirata
2022-02-18[lldb] Add llvm_unreachable in RichManglingContextDave Lee
2022-02-04[lldb] Improve RichManglingContext ergonomics (NFC)Jonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-08-23[lldb][NFC] Remove unused method RichManglingContext::IsFunctionAlex Langford
2021-04-21[lldb] Fix RichManglingContext::FromCxxMethodName() leakJordan Rupprecht
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-31Silence some "control reaches end of non-void function" warnings with gccPavel Labath
2018-08-10RichManglingContext: Make m_ipd_str_len a local variable and simplify process...Stefan Granitz
2018-08-08Use rich mangling information in Symtab::InitNameIndexes()Stefan Granitz