jingham added a comment.

That depends on the definition of "fully qualified name".  If you can ensure 
that it means "name of C++ class" - or other ODR enforcing type system, then 
you could make that assumption.  In C you are free to redefine types on a 
per-function basis if you so desire; and sadly some interface generators 
(including MIG the one for generating Mach message handlers) do just this...)  
So you would need to see a way to restrict the inputs to this function.  That 
doesn't seem like it would be straightforward to me.


https://reviews.llvm.org/D53662



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to