Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't test for __attribute__ in the configure script. | Guy Harris | 2018-01-21 | 1 | -7/+9 |
* | MSVC doesn't allow __declspec(noreturn) to be applied to function pointers. | Guy Harris | 2017-09-06 | 1 | -1/+3 |
* | Sun C/Oracle Studio doesn't let you declare a function pointer "noreturn", ei... | Guy Harris | 2017-08-19 | 1 | -1/+4 |
* | Handle attributes for function pointers by checking the compiler version. | Guy Harris | 2017-08-19 | 1 | -0/+23 |
* | Suppress UBSan warnings from EXTRACT_. | Guy Harris | 2017-08-18 | 1 | -0/+122 |