Displaying 2 results from an estimated 2 matches for "contrtadict".
Did you mean:
contradict
2017 Aug 02
0
GEP with a null pointer base
Paul,
The proposition under discussion is this
Deleting UB, rather than warning about UB, should not be the default,
as this is contrary to the essentially universal software engineering
practice of writing software that is compiler warning free, static
analyzer warning free, and dynamic analyzer warning free.
This is based on the assumption that in order for llvm to be useful to its
2017 Aug 02
2
GEP with a null pointer base
> Saying “The C++ language lets me assume that that won’t happen, &
> optimize on that basis” is an assumption that that’s what the user
> wants, but you haven’t asked you’ve just assumed, and AFAICT it is an
> incorrect assumption.
Well, by using C++, the programmer agrees that the rules of the language
apply to their program, and the rules of the language say that the
compiler