This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b5c8a0c Check 'r' and 'y specifiers of freebsd_kernel_printf format s [...] new 2e58709 Module debugging: Also correctly handle typedef'd foward-decl [...] new ca0241c PR27513: When determining which declaration to put into an ex [...] new 82e0435 Module debugging: Add an assertion.
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: lib/CodeGen/CGDebugInfo.cpp | 13 +++++++------ lib/Serialization/ASTWriter.cpp | 13 +++++++++++-- test/Modules/ExtDebugInfo.cpp | 13 ++++++++++++- test/Modules/Inputs/DebugCXX.h | 9 +++++---- test/Modules/Inputs/PR27513/a.h | 5 +++++ .../Inputs/{merge-template-members/merge.h => PR27513/b.h} | 1 + test/Modules/Inputs/PR27513/b1.h | 1 + test/Modules/Inputs/PR27513/b11.h | 2 ++ test/Modules/Inputs/PR27513/b111.h | 3 +++ test/Modules/Inputs/PR27513/b1111.h | 1 + test/Modules/Inputs/PR27513/b1112.h | 1 + test/Modules/Inputs/PR27513/b2.h | 1 + test/Modules/Inputs/PR27513/c.h | 1 + test/Modules/Inputs/PR27513/module.modulemap | 7 +++++++ test/Modules/Inputs/PR27513/mystring.h | 8 ++++++++ test/Modules/ModuleDebugInfo.cpp | 4 ++++ test/Modules/pr27513.cpp | 7 +++++++ 17 files changed, 77 insertions(+), 13 deletions(-) create mode 100644 test/Modules/Inputs/PR27513/a.h copy test/Modules/Inputs/{merge-template-members/merge.h => PR27513/b.h} (59%) create mode 100644 test/Modules/Inputs/PR27513/b1.h create mode 100644 test/Modules/Inputs/PR27513/b11.h create mode 100644 test/Modules/Inputs/PR27513/b111.h create mode 100644 test/Modules/Inputs/PR27513/b1111.h create mode 100644 test/Modules/Inputs/PR27513/b1112.h create mode 100644 test/Modules/Inputs/PR27513/b2.h create mode 100644 test/Modules/Inputs/PR27513/c.h create mode 100644 test/Modules/Inputs/PR27513/module.modulemap create mode 100644 test/Modules/Inputs/PR27513/mystring.h create mode 100644 test/Modules/pr27513.cpp