tomasz-kaminski-sonarsource added a comment.

The alternative solution, that I think may be preferable is to remove following 
functions from CheckerContext and use CallEvent.getDecl() instead:

  const FunctionDecl *getCalleeDecl(const CallExpr *CE) const;
  StringRef getCalleeName(const FunctionDecl *FunDecl) const;
  const IdentifierInfo *getCalleeIdentifier(const CallExpr *CE) const;


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103025

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

Reply via email to