[PATCH] D105759: [WIP] Implement P2361 Unevaluated string literals

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 28 10:59:59 PDT 2021


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



More information about the cfe-commits mailing list