As noted in D91913, MSVC implements the GNU behavior for , ## VA_ARGS as well. Do the same when -fms-compatibility is used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
hvdijk mentioned this in D91913: Suppress non-conforming GNU paste extension in all standard-conforming modes.Jan 25 2021, 1:51 PM
hvdijk retitled this revision from Restore GNU , ## __VA_ARGS__ behavior in MSVC mode too to Restore GNU , ## __VA_ARGS__ behavior in MSVC mode.
This revision is now accepted and ready to land.Jan 25 2021, 2:04 PM
Closed by commit rGb43c26d036dc: Restore GNU , ## __VA_ARGS__ behavior in MSVC mode (authored by hvdijk). · Explain WhyJan 25 2021, 2:35 PM
This revision was automatically updated to reflect the committed changes.