mdfazlay added inline comments.

================
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:10490
+def warn_omp_minus_in_reduction_deprecated : Warning<
+  "minus(-) operator for reductions is deprecated; use an user defined 
reduction instead">,
+  InGroup<Deprecated>;
----------------
ABataev wrote:
> mdfazlay wrote:
> > ABataev wrote:
> > > `use + or user defined reudction instead`? And better make it a fixme 
> > > note.
> > @ABataev, Do you want me to add a warning and a note at the same location? 
> > Or Changing the warning message to `minus(-) operator for reductions is 
> > deprecated; use + or user defined reduction instead` is just fine? Please 
> > let me know which one you prefer.
> Would be good to have both. But since it is a temp warning, I'm fine with 
> your message
I have addressed your comments. Please let me know if anything needs to be 
revised. 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150394/new/

https://reviews.llvm.org/D150394

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

Reply via email to