This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 32fd9fe276 Use DiagRuntimeBehavior for -Wunsequenced to weed out false [...] new cebd04fa37 [c++20] Implement tweaked __VA_OPT__ rules from P1042R1:
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Lex/MacroArgs.h | 13 ++++---- include/clang/Lex/VariadicMacroSupport.h | 26 ++++++++++++++-- lib/Lex/MacroArgs.cpp | 9 ++---- lib/Lex/TokenLexer.cpp | 52 ++++++++++++++++++++++++++++--- test/Preprocessor/macro_vaopt_expand.cpp | 8 ++--- test/Preprocessor/macro_vaopt_p1042r1.cpp | 30 ++++++++++++++++++ www/cxx_status.html | 2 +- 7 files changed, 116 insertions(+), 24 deletions(-) create mode 100644 test/Preprocessor/macro_vaopt_p1042r1.cpp