[PATCH] D153914: [clang-cl] Enable concatenation of predefined identifiers
Richard Dzenis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 25 13:47:22 PDT 2023
RIscRIpt added inline comments.
================
Comment at: clang/lib/Sema/SemaExpr.cpp:1981
+ // parsed yet).
+ assert(getLangOpts().MicrosoftExt);
+
----------------
I think I should remove this assertion so this function would be usable without MS ext, on the other hand it would be a noop without MS ext.
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