[cfe-dev] Summer of Code idea -- detecting undefined behavior (fwd)

Chris Lattner clattner at apple.com
Wed Mar 24 09:55:42 PDT 2010


On Mar 23, 2010, at 9:59 PM, John Regehr wrote:

> I've created a page in the LLVM Wiki about this topic:
> 
>   http://wiki.llvm.org/Detecting_undefined_behavior_in_Clang

One minor piece of feedback on the list of undefined behavior: it is probably worth removing pieces of this that are implementation defined (e.g. how token pasting works), and pieces that do not manifest as undefined behavior at runtime.

-Chris



More information about the cfe-dev mailing list