xbolva00 added inline comments.

================
Comment at: clang/lib/Sema/SemaExpr.cpp:6921
+        if (!hasMacro)
+          Diag(SL->getBeginLoc(), diag::warn_concatenated_literal_array_init);
+      }
----------------
riccibruno wrote:
> Should this point to the location of the suspected missing comma?
Yeah, +1. And we should emit fixit too.


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

https://reviews.llvm.org/D85545

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

Reply via email to