This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ab569aeab4 [OPENMP]Fix PR39084: Check datasharing attributes of reducti [...] new da396cc184 Support enums with a fixed underlying type in all language modes.
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 | 5 ++++- include/clang/Basic/Features.def | 3 ++- lib/Parse/ParseDecl.cpp | 24 +++++++++++------------- test/Sema/fixed-enum.c | 18 ++++++++++++++++++ test/SemaObjC/enum-fixed-type.m | 5 +++++ 5 files changed, 40 insertions(+), 15 deletions(-) create mode 100644 test/Sema/fixed-enum.c