bruno added a comment.

Hi Eugene,

> You could just not include new warning into -Wall and -Wextra. Those who will 
> want to check #include statements correctness could enable it explicitly.

This is exactly what's happening in the patch, the new warning isn't part of 
`-Wall` or `-Wextra`, and is marked `DefaultIgnore`, which means that will fire 
only when `-Wquoted-include-in-framework-header` is passed to the driver. Am I 
missing something from your explanation?

Thanks,


Repository:
  rC Clang

https://reviews.llvm.org/D47157



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to