This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from afcbd6114a Part of P1091R3: permit structured bindings to be declared ' [...] new 61b8983b25 Modules: Code generation of enum constants for merged enum d [...] new ef51dce2c7 Add back --sysroot support for darwin header search.
The 2 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: lib/CodeGen/CGExprConstant.cpp | 2 +- lib/Driver/ToolChains/Darwin.cpp | 21 +++++++++-------- lib/Driver/ToolChains/Darwin.h | 2 ++ test/Driver/darwin-header-search-libcxx.cpp | 23 ++++++++++++++++++ test/Driver/darwin-header-search-system.cpp | 23 +++++++++++++++++- test/Modules/enum-codegen.cpp | 36 +++++++++++++++++++++++++++++ 6 files changed, 96 insertions(+), 11 deletions(-) create mode 100644 test/Modules/enum-codegen.cpp