This is an archive of the discontinued LLVM Phabricator instance.

[Preprocessor] Implement MSVC extension to expand arguments to ##
AbandonedPublic

Authored by erichkeane on Apr 13 2017, 2:03 PM.

Details

Reviewers
rnk
rsmith
Summary

MSVC expands arguments to "##" anyway, so this implements it as an extension. In order to accomplish this, expansions of single fucntion arguments were pulled into a separate function.

Diff Detail