[PATCH] D79425: [analyzer] StdLibraryFunctionsChecker: Add overload for adding the same summary for different names

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 23 02:04:36 PDT 2020


martong abandoned this revision.
martong marked an inline comment as done.
martong added a comment.

At the current state we add a summary individually for each name, that makes it easier to modify a summary for each function without effecting other functions. I'll add this functionality in the future when a real use cases comes up, if that really comes up.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79425





More information about the cfe-commits mailing list