Files
clang-p2996/clang/docs
Shafik Yaghmour d6d59e660b [Clang] Fix __VA_OPT__ implementation so that it treats the concatenation of a non-placemaker token and placemaker token as a non-placemaker token
Currently the implementation of __VA_OPT__ will treat the concatenation of a
non-placemaker token and placemaker token as a placemaker token which is not
correct. This will fix the implementation and treat the result as a
non-placemaker token.

This fixes: https://github.com/llvm/llvm-project/issues/60268

Differential Revision: https://reviews.llvm.org/D142604
2023-02-17 14:57:32 -08:00
..
2022-11-30 07:52:59 -05:00
2022-09-06 09:52:22 -04:00
2022-11-30 09:37:49 -05:00
2022-06-26 19:22:52 +05:30
2022-09-16 07:19:30 -04:00