This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fff88111a2 [driver][xray] fix the macOS support checker by supporting - [...] new 5f0d7648a3 Diagnose both _Complex and _Imaginary as C99 extensions.
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/Basic/DiagnosticParseKinds.td | 2 ++ lib/Parse/ParseDecl.cpp | 4 ++++ test/Parser/c99.c | 8 ++++++++ test/SemaCXX/compare-cxx2a.cpp | 8 ++++---- test/SemaCXX/complex-init-list.cpp | 4 +--- test/SemaCXX/constant-expression-cxx11.cpp | 18 +++++++++--------- 6 files changed, 28 insertions(+), 16 deletions(-) create mode 100644 test/Parser/c99.c