labath added a comment.

I also think we shouldn't go out of our way (and I consider any kind of 
introspection as "going out of our way") to forbid calling with a "deprecated" 
signature for some callables even though there's technically no backward 
compatibility to worry about (because it was not possible to call those 
callables in the past). For "gentle discouragement" I'd rather just print a 
warning whenever we call any callable with a deprecated signature. That warning 
can explain the problem and how to fix it (and it's strength can be ramped up 
over time if we want to eventually remove these).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69014/new/

https://reviews.llvm.org/D69014



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

Reply via email to