[PATCH] D119004: [NFC][analyzer] Allow CallDescriptions to be matched with CallExprs

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 4 09:01:12 PST 2022


steakhal added a comment.

I strongly belive that this should be an overload to the existing 'matches' API. Maybe add a comment that prefer the other overload if can. But having an overload for that alread implies this anyway. That being said, digging out a callexpr from a CallEvent and calling the callexpr overload seems to be too artifical to me to worry about.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119004



More information about the cfe-commits mailing list