[PATCH] D79433: [analyzer] StdLibraryFunctionsChecker: Add summaries for POSIX

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 6 07:30:16 PDT 2020


martong added a comment.

In D79433#2022353 <https://reviews.llvm.org/D79433#2022353>, @balazske wrote:

> The checker or at least the source file should be split somehow, adding of summaries should be separated from the other parts, otherwise the file will be too long.


Yes, I've been thinking about to have a separate `PosixFunctions.cpp` to populate the posix function summaries.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79433





More information about the cfe-commits mailing list