Undefined behaviors & Clang 3.3

bearophile bearophileHUGS at lycos.com
Fri Jun 21 03:42:31 PDT 2013


qznc:

> In D an integer overflow is defined, so there is no need to 
> detect anything about it.

A language should offer the programmer a way to specify when an 
integral overflow is acceptable. Otherwise the other cases are 
bugs. Clang 3.3 helps find some of those bugs.

Bye,
bearophile


More information about the Digitalmars-d mailing list