[PATCH] D95532: [clang][cli] Use variadic macros for parsing/generating

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 30 03:03:05 PST 2021


jansvoboda11 added a comment.

Reverted this, because we're hitting weird preprocessor behavior in MSVC 2017. `__VA_ARGS__` form a single preprocessing token that cannot be expanded into the original arguments, in our case `PREFIX_TYPE`, `NAME`, `ID`, etc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95532



More information about the cfe-commits mailing list