summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-overflow.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-3/+3
| | | | llvm-svn: 189910
* [checked-arithmetic builtins] Added builtins to enable users to perform ↵Michael Gottesman2013-06-201-0/+175
checked-arithmetic in c. This will enable users in security critical applications to perform checked-arithmetic in a fast safe manner that is amenable to c. Tests/an update to Language Extensions is included as well. rdar://13421498. llvm-svn: 184497
OpenPOWER on IntegriCloud