An open API service indexing awesome lists of open source software.

https://github.com/davidegrayson/builtin_overflow

Files that will help me get __builtin_add_overflow, __builtin_sub_overflow, and __builtin_mul_overflow added to clang.
https://github.com/davidegrayson/builtin_overflow

Last synced: 3 months ago
JSON representation

Files that will help me get __builtin_add_overflow, __builtin_sub_overflow, and __builtin_mul_overflow added to clang.

Awesome Lists containing this project

README

          

This project tracks my progress on making a patch for clang to add
support for __builtin_add_overflow,
__builtin_sub_overflow, and __builting_mul_overflow.