================
@@ -6561,7 +6561,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction 
&JA,
   if (const Arg *A =
           Args.getLastArg(options::OPT_fvisibility_global_new_delete_hidden)) {
     D.Diag(diag::warn_drv_deprecated_arg)
-        << A->getAsString(Args)
+        << A->getAsString(Args) << true
----------------
erichkeane wrote:

Add a comment on the 'true' to show what it means.  Elsewher etoo.

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

Reply via email to