This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f479c70eb4 Revert "Append new attributes to the end of an AttributeList." new 50ebf26c30 Warning for framework include violation from Headers to Priv [...]
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/DiagnosticGroups.td | 2 + include/clang/Basic/DiagnosticLexKinds.td | 3 ++ lib/Lex/HeaderSearch.cpp | 25 +++++++++--- .../A.framework/Headers/A.h | 4 ++ .../A.framework/Modules/module.modulemap | 4 ++ .../A.framework/Modules/module.private.modulemap | 4 ++ .../A.framework/PrivateHeaders/APriv.h | 1 + .../A.framework/PrivateHeaders/APriv2.h | 1 + .../framework-public-includes-private/a.hmap.json | 8 ++++ .../flat-header-path/Z.h | 2 + .../flat-header-path/Z.modulemap | 4 ++ .../flat-header-path/Z.private.modulemap | 4 ++ .../flat-header-path/ZPriv.h | 1 + .../framework-public-includes-private/z.hmap.json | 7 ++++ .../framework-public-includes-private/z.yaml | 45 ++++++++++++++++++++++ test/Modules/framework-public-includes-private.m | 37 ++++++++++++++++++ 16 files changed, 147 insertions(+), 5 deletions(-) create mode 100644 test/Modules/Inputs/framework-public-includes-private/A.framewo [...] create mode 100644 test/Modules/Inputs/framework-public-includes-private/A.framewo [...] create mode 100644 test/Modules/Inputs/framework-public-includes-private/A.framewo [...] create mode 100644 test/Modules/Inputs/framework-public-includes-private/A.framewo [...] create mode 100644 test/Modules/Inputs/framework-public-includes-private/A.framewo [...] create mode 100644 test/Modules/Inputs/framework-public-includes-private/a.hmap.json create mode 100644 test/Modules/Inputs/framework-public-includes-private/flat-head [...] create mode 100644 test/Modules/Inputs/framework-public-includes-private/flat-head [...] create mode 100644 test/Modules/Inputs/framework-public-includes-private/flat-head [...] create mode 100644 test/Modules/Inputs/framework-public-includes-private/flat-head [...] create mode 100644 test/Modules/Inputs/framework-public-includes-private/z.hmap.json create mode 100644 test/Modules/Inputs/framework-public-includes-private/z.yaml create mode 100644 test/Modules/framework-public-includes-private.m