summaryrefslogtreecommitdiff
path: root/funcattrs.h
Commit message (Expand)AuthorAgeFilesLines
* MSVC doesn't allow __declspec(noreturn) to be applied to function pointers.Guy Harris2017-09-061-1/+3
* Sun C/Oracle Studio doesn't let you declare a function pointer "noreturn", ei...Guy Harris2017-08-191-1/+4
* Handle attributes for function pointers by checking the compiler version.Guy Harris2017-08-191-0/+23
* Suppress UBSan warnings from EXTRACT_.Guy Harris2017-08-181-0/+122