Re: Integer ops tests in Clang

2011-04-08 Thread Walter Bright
On 4/8/2011 5:39 PM, bearophile wrote: Through Reddit I've just found something nice, "Finding Integer Undefined Behaviors in C/C++": http://embed.cs.utah.edu/ubc/ We modified Clang to dynamically detect most of C/C++'s integer undefined behaviors. Using it, we have found undefined behaviors in

Integer ops tests in Clang

2011-04-08 Thread bearophile
Through Reddit I've just found something nice, "Finding Integer Undefined Behaviors in C/C++": http://embed.cs.utah.edu/ubc/ >We modified Clang to dynamically detect most of C/C++'s integer undefined >behaviors. Using it, we have found undefined behaviors in nearly every piece >of open source s