[PATCH] D153914: [clang-cl] Enable concatenation of predefined identifiers

Richard Dzenis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 9 00:53:38 PDT 2023


RIscRIpt added inline comments.


================
Comment at: clang/lib/Sema/SemaExpr.cpp:2034-2035
 
+  // StringToks is read-only, we need backstorage for expanded macros
+  std::vector<Token> ExpandedToks;
+  if (getLangOpts().MicrosoftExt)
----------------
aaron.ballman wrote:
> 
Thanks, that's better. Changed in both places.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153914



More information about the cfe-commits mailing list