An example of Clang error messages

Pelle Månsson pelle.mansson at gmail.com
Fri Mar 5 12:03:47 PST 2010


On 03/05/2010 07:26 PM, Walter Bright wrote:
> and here's what DMD does:
>
> test.d(6): Error: incompatible types for ((c) + (d)): 'Foo' and 'int'
>

Adding a column number brings that to the same level of information as 
the ^-deal, right?

Could be useful like the XCode sample from earlier.

However, I like the way it is now because of the lack of false 
information (should the column number be wrong), and I ususally just 
jump to the line number anyway.



More information about the Digitalmars-d mailing list