[all-commits] [llvm/llvm-project] 385b21: [lldb] Remove Expression's dependency on CPlusPlus...
Alex via All-commits
all-commits at lists.llvm.org
Wed Sep 29 11:41:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 385b2189cc4446745e1ea4ac803c22b3daef73ec
https://github.com/llvm/llvm-project/commit/385b2189cc4446745e1ea4ac803c22b3daef73ec
Author: Alex Langford <apl at fb.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M lldb/include/lldb/Target/Language.h
M lldb/source/Expression/CMakeLists.txt
M lldb/source/Expression/IRExecutionUnit.cpp
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
Log Message:
-----------
[lldb] Remove Expression's dependency on CPlusPlusLanguagePlugin
This change accomplishes the following:
- Moves `IRExecutionUnit::FindBestAlternateMangledName` to `Language`.
- Renames `FindBestAlternateMangledName` to
`FindBestAlternateFunctionMangledName`
- Changes the first parameter of said method from a `ConstString`
representing a demangled name to a `Mangled`.
- Remove the use of CPlusPlusLanguage from Expression
More information about the All-commits
mailing list