This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e9b4c0cdb3 Turn -Wmicrosoft-enum-value off by default. new 42925a0581 Fix bugs checking va_start in lambdas and erroneous contexts new 16025ddd30 Turn on -Wmicrosoft-enum-forward-reference by default.
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: include/clang/Basic/DiagnosticSemaKinds.td | 8 +++-- lib/Sema/SemaChecking.cpp | 21 ++++++++---- test/OpenMP/varargs.cpp | 8 +++++ test/SemaCXX/varargs.cpp | 55 +++++++++++++++++++++++++++--- 4 files changed, 79 insertions(+), 13 deletions(-) create mode 100644 test/OpenMP/varargs.cpp