================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits