[llvm-commits] [PATCH] Add support for MSVC style diagnostics in llvm tools

Óscar Fuentes ofv at wanadoo.es
Tue Mar 1 15:29:29 PST 2011


Erik Olofsson <Erik.Olofsson at hansoft.se>
writes:

> Adds support for MSVC style diagnostics to llvm tools by providing a
> cmake option LLVM_ENABLE_MSVC_STYLE_DIAGNOSTICS. This option is by
> default turned on when configuring for MSVC and off for all other
> compilers. I also needed to remove location matching from two tests
> for them to pass with MSVC style diagnostics.
>
> This could later be turned into the default for a command line option
> choosing the diagnostics style in each tool.

Please some VS user comment on the value of this feature.




More information about the llvm-commits mailing list