NoQ added a comment.

Thanks! Woohoo, tests!

You can go one step further to have a `CallDescriptionMap`, like in D62557 
<https://reviews.llvm.org/D62557>. This would replace the whole chain of `if`s 
with a map lookup (which is currently still a chain of `if`s under the hood, 
but a lot less code anyway and we'll probably optimize it under the hood later).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67706



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

Reply via email to