summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-01-10 16:08:43 -0800
committerGitHub <noreply@github.com>2018-01-10 16:08:43 -0800
commited1e3977f936ac4056a28afd0b5136ba054762b2 (patch)
tree57089c9885a01d9c59b4be101f10926843fe1a78 /Makefile
parent75b5a6a134c372eb05aed30cd11df0d1599ba987 (diff)
downloadwabt-ed1e3977f936ac4056a28afd0b5136ba054762b2.tar.gz
wabt-ed1e3977f936ac4056a28afd0b5136ba054762b2.tar.bz2
wabt-ed1e3977f936ac4056a28afd0b5136ba054762b2.zip
Use default clang install on travis for ubsan (#713)
* Use default clang install on travis for ubsan The Travis image was updated recently (blog says Dec 12th), which updates clang to 5.0.0. * Fix ubsan unsigned overflow warning When `size_` is zero, then `pos` is `(size_t)-1`. Then adding `pos` to the `begin()` iterator triggers an overflow warning, even though it will be fixed by adding `1`.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions