search for: diagnostichandlerimpl

Displaying 1 result from an estimated 1 matches for "diagnostichandlerimpl".

2017 Mar 13
2
[RFC] improvements to LLVM diagnostic infrastructure
Hi all, I'm working on improvements to diagnostics handling in LLVM, specifically for the benefit of the (integrated) assembler. The goal is to support options such as -Werror, -w, and -W<warning> for files assembled with clang and inline assembly. Clang already has support for these options but does not apply them to diagnostics originating from (inline) assembly. I plan to add an