slydiman wrote:

@bulbazord 

> swiftlang#3240

Looks good.

> SwiftLanguageRuntime::MethodName::Parse(). Specifically, as it parses a name, 
> there are some codepaths that cause it to think some names are valid swift 
> method names.

It seems one solution might be to sort language plugins.
But I don't see any profit in enumerating language plugins and then sorting 
known plugins anyway.
It is possible to add a method for requesting a language plugin significance 
for sorting.
But it looks like unnecessary complication, IMHO.
Probably the hardcoded list of laguage plugins is simple and balanced solution.

https://github.com/llvm/llvm-project/pull/132274
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to