This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b631fcb412 [Attr] Don't print fake MSInheritance argument new 96b95b50a9 [Modules] Do not diagnose missing import in recovery mode if [...] new 1b1c8e45f0 Add lit tests forgotten for R332470
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/Sema/SemaType.cpp | 2 +- test/CodeGenCXX/code_seg1.cpp | 135 ++++++++++++++++++++++++++++++++++++++++ test/CodeGenCXX/code_seg2.cpp | 141 ++++++++++++++++++++++++++++++++++++++++++ test/CodeGenCXX/code_seg3.cpp | 86 ++++++++++++++++++++++++++ test/CodeGenCXX/code_seg4.cpp | 31 ++++++++++ test/SemaCXX/code_seg.cpp | 104 +++++++++++++++++++++++++++++++ test/SemaCXX/code_seg1.cpp | 96 ++++++++++++++++++++++++++++ 7 files changed, 594 insertions(+), 1 deletion(-) create mode 100644 test/CodeGenCXX/code_seg1.cpp create mode 100644 test/CodeGenCXX/code_seg2.cpp create mode 100644 test/CodeGenCXX/code_seg3.cpp create mode 100644 test/CodeGenCXX/code_seg4.cpp create mode 100644 test/SemaCXX/code_seg.cpp create mode 100644 test/SemaCXX/code_seg1.cpp