[PATCH] D25940: [analyzer] LibraryFunctions: Fix errors due to different integral types and typedefs on different architectures.

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 28 17:55:45 PDT 2016


zaks.anna added a comment.

How about this imperfect solution that will work quite well in practice? For the ssize_t case, where type size cannot be used, we check the function name, # of arguments , and check that the functions are coming from the system header.


https://reviews.llvm.org/D25940





More information about the cfe-commits mailing list