[llvm-commits] [PATCH] Enhance TableGen with ranges and fixits

Sean Silva silvas at purdue.edu
Wed Jan 9 18:09:33 PST 2013


On Wed, Jan 9, 2013 at 8:33 PM, Jordan Rose <jordan_rose at apple.com> wrote:
> On the Clang side the diagnostics with implicit group "conversion" previously had the generic category of "Semantic Issue" and are now marked as "Value Conversion Issue". I think this is an improvement!
>
> The diagnostics that changed:
> - warn_impcast_complex_scalar (discarding imaginary component)
> - warn_impcast_float_integer
> - warn_impcast_float_precision
> - warn_impcast_integer_precision
> - warn_impcast_vector_scalar

Sorry I'm not very knowledgeable about this stuff. I trust your
judgment on it though. I guess I shouldn't have said "make sure that
they are identical"; the request was more in the spirit of "this is an
easy way to verify that your change isn't doing anything funny, so
please make sure to do so".

-- Sean Silva



More information about the llvm-commits mailing list