================
@@ -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<
+  "the included directory %0 is missing">, InGroup<MissingIncludeDirs>, 
DefaultIgnore;
----------------
zmodem wrote:

nit: let's make this a little shorter and more precise by copying the sysroot 
warning from the test, how about: "no such include directory: ..."

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