Files
clang-p2996/llvm/lib/Analysis/TargetLibraryInfo.cpp
Snehasish Kumar 1ccd7ab8b6 Enhance TLI detection of __size_returning_new lib funcs. (#102391)
Previously the return types of __size_returning_new variants were not
validated based on their members. This patch checks the members
manually, also generalizes the size_t checks to be based on the module
instead of being hardcoded. 

As requested in followup comment on
https://github.com/llvm/llvm-project/pull/101564.
2024-08-13 12:44:10 -07:00

55 KiB