summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ubsan-builtin-checks.c
Commit message (Collapse)AuthorAgeFilesLines
* [ubsan] Diagnose invalid uses of builtins (clang)Vedant Kumar2017-07-291-0/+44
On some targets, passing zero to the clz() or ctz() builtins has undefined behavior. I ran into this issue while debugging UB in __hash_table from libcxx: the bug I was seeing manifested itself differently under -O0 vs -Os, due to a UB call to clz() (see: libcxx/r304617). This patch introduces a check which can detect UB calls to builtins. llvm.org/PR26979 Differential Revision: https://reviews.llvm.org/D34590 llvm-svn: 309459
OpenPOWER on IntegriCloud