================
@@ -809,4 +809,7 @@ def warn_android_unversioned_fallback : Warning<
 
 def err_drv_triple_version_invalid : Error<
   "version '%0' in target triple '%1' is invalid">;
+
+def warn_missing_include_dirs : Warning <
----------------
zmodem wrote:

nit: no space between `Warning` and `<`, and two spaces for indentation on the 
next line

This makes the warning enabled by default. I'm not sure whether that's 
desirable. Maybe it should be under `-Wall` or `-Wextra` (what does gcc do?)

To achieve that, add the `DefaultIgnore` mark to this definition, and add 
`InGroup<All>` or `Extra` to the `DiagGroup` definition.

https://github.com/llvm/llvm-project/pull/94827
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to