[PATCH] D77641: [analyzer] StdLibraryFunctionsChecker: Associate summaries to FunctionDecls

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 8 07:02:33 PDT 2020


NoQ added a comment.

So you only do the lookup in the global scope? What about `namespace std`?

Do you also plan to support class methods by looking up the class first and then looking up the method in the class?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77641





More information about the cfe-commits mailing list