This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0d8450b358 [Analyzer] [Tests] Dump the output of scan-build to stdout o [...] new c124c77b3b [MS] Allow access to ambiguous, inaccessible direct bases
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 | 1 + include/clang/Basic/DiagnosticSemaKinds.td | 3 ++ lib/Sema/SemaDeclCXX.cpp | 55 +++++++++++++++++-------- test/CodeGenCXX/microsoft-inaccessible-base.cpp | 20 +++++++++ test/SemaCXX/accessible-base.cpp | 32 +++++++++++++- 5 files changed, 92 insertions(+), 19 deletions(-) create mode 100644 test/CodeGenCXX/microsoft-inaccessible-base.cpp