[PATCH] D142604: [Clang] Fix __VA_OPT__ implementation so that it treats the concatenation of a non-placemaker token and placemaker token as a non-placemaker token

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 26 14:14:32 PST 2023


shafik added inline comments.


================
Comment at: clang/test/Preprocessor/macro_vaopt_p1042r1.cpp:1
- RUN: %clang_cc1 -E %s -pedantic -std=c++2a | FileCheck -strict-whitespace %s
-
----------------
I removed Windows lines ending from this test, I don't think they matter but if someone can see why they would let me know.


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

https://reviews.llvm.org/D142604



More information about the cfe-commits mailing list