[PATCH] D65300: [clang] [CodeGen] clang-misexpect prototype for compiler warnings

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 5 15:38:11 PDT 2019


xbolva00 added a comment.

In D65300#1608147 <https://reviews.llvm.org/D65300#1608147>, @lebedev.ri wrote:

> Thank you for working on this!
>
> I'm guessing this doesn't have a `-Werror=` mode?
>
> I still believe this should output a remark.
>  It will still be visible in the compiler console output,
>  but won't get buried there but will actually be recorded in the remarks file.


“Clang supports -R flags for enabling remarks. These are diagnostic messages that provide information about the compilation process, but don’t suggest that a problem has been detected.”

I think this patch is okay.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65300/new/

https://reviews.llvm.org/D65300





More information about the cfe-commits mailing list