<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Sorry for the delay. My free time has been limited lately.</div><div><br></div><div>From your comments, the only change you suggested was the capitalization:</div><div><div><font face="Courier New">-      clang_analyzer_warnIfReached();  // expected-warning{{reached}}</font></div><div><font face="Courier New">+      clang_analyzer_warnIfReached();  // expected-warning{{REACHED}}</font></div></div><div><br></div><div>Attached are the minor changes required to make that work. Unit tests continue to all pass.</div><div><div><br></div></div></body></html>