[Lldb-commits] [lldb] [lldb] Fix CXX's SymbolNameFitsToLanguage matching other languages (PR #153685)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 14 23:35:55 PDT 2025
================
@@ -397,3 +397,16 @@ TEST(CPlusPlusLanguage, CPlusPlusNameParser) {
// Don't crash.
CPlusPlusNameParser((const char *)nullptr);
}
+
+TEST(CPlusPlusLanguage, DoesNotMatchCxx) {
----------------
Michael137 wrote:
Since you're adding this here, can you add a case where we do match C++? Using Itanium and MS ABI examples?
https://github.com/llvm/llvm-project/pull/153685
More information about the lldb-commits
mailing list