================
@@ -261,6 +261,11 @@ def err_test_module_file_extension_version : Error<
   "test module file extension '%0' has different version (%1.%2) than expected 
"
   "(%3.%4)">;
 
+def warn_module_build_daemon : Warning<"%0">,
+  InGroup<ModuleBuildDaemon>;
+def remark_module_build_daemon : Remark<"%0">,
+  InGroup<ModuleBuildDaemon>;
----------------
Bigcheese wrote:

These should end up being separate warnings/remarks for each case.

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

Reply via email to