[cfe-commits] r50197 - /cfe/trunk/lib/Analysis/BugReporter.cpp

Chris Lattner clattner at apple.com
Wed Apr 23 17:56:48 PDT 2008


On Apr 23, 2008, at 4:35 PM, Ted Kremenek wrote:

> Author: kremenek
> Date: Wed Apr 23 18:35:07 2008
> New Revision: 50197
>
> URL: http://llvm.org/viewvc/llvm-project?rev=50197&view=rev
> Log:
> For case statements involving enums, BugReporter now generates  
> PathDiagnostics
> that say that we are jumping to "case a" instead of "case 0".
>
> This is a feature implementation for <rdar://problem/5880430>.

Nifty, is there any way to write regtests for these sorts of  
presentation issues?

-Chris



More information about the cfe-commits mailing list