This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fc38b337bc Revert r361033 "Add a Visit overload for DynTypedNode to AST [...] new c7e50be537 Add more tests for AST JSON output; NFC. new 22034f6b6b [OpenMP][bugfix] Add missing math functions variants for log [...] new 28f597c2ef [c++20] P1327R1: Support for typeid applied to objects of po [...]
The 3 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/Basic/DiagnosticASTKinds.td | 28 +- lib/AST/ExprConstant.cpp | 28 +- lib/Headers/__clang_cuda_cmath.h | 5 + lib/Headers/__clang_cuda_math_forward_declares.h | 11 + test/AST/ast-dump-records-json.cpp | 4107 +++++++++++++++ test/AST/ast-dump-stmt-json.c | 5094 ++++++++++++++++++ test/AST/ast-dump-stmt-json.cpp | 5951 ++++++++++++++++++++++ test/SemaCXX/constant-expression-cxx2a.cpp | 59 + www/cxx_status.html | 3 +- 9 files changed, 15266 insertions(+), 20 deletions(-) create mode 100644 test/AST/ast-dump-records-json.cpp create mode 100644 test/AST/ast-dump-stmt-json.c create mode 100644 test/AST/ast-dump-stmt-json.cpp