erichkeane added inline comments.

================
Comment at: clang/lib/Lex/LiteralSupport.cpp:1821-1823
+                << UDSuffixBuf << UDSuffix
+                << SourceRange(UDSuffixTokLoc, UDSuffixTokLoc)
+                << SourceRange(TokLoc, TokLoc);
----------------
cor3ntin wrote:
> aaron.ballman wrote:
> > 
> This are actually used by `err_string_concat_mixed_suffix`
right, i guess it is just super awkward to have unused parameters passed like 
this.  I know we only check the other direction, but seems awkward.  Aaron, 
thoughts?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105759

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

Reply via email to