<div dir="ltr">The attached patch makes ubsan emit summaries of errors it encounters. The format of these summaries is:<div>  UndefinedBehaviourSanitizer: signed-integer-overflow file:49:7</div><div>where the string is the flag name. Most of the patch is adding the flag names to all the reports all over.</div>

<div><br></div><div>This patch is stacked on top of <a href="http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20131021/091535.html">http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20131021/091535.html</a> , or else ubsan's tests will fail.</div>

<div><br></div><div>Please review!<br></div><div><br></div><div>Nick</div></div>