This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2bc6178db3 [OPENMP] Set scheduling for doacross loops as schedule, 1. new 25d062ee4f [Sema] Add some compile time _FORTIFY_SOURCE diagnostics
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/AST/Decl.h | 2 +- include/clang/Basic/DiagnosticGroups.td | 2 + include/clang/Basic/DiagnosticSemaKinds.td | 8 +- include/clang/Sema/Sema.h | 1 + lib/AST/Decl.cpp | 26 ++-- lib/Sema/SemaChecking.cpp | 215 ++++++++++++++++++----------- lib/Sema/SemaExpr.cpp | 2 + test/Analysis/bstring.c | 13 +- test/Analysis/null-deref-ps-region.c | 2 +- test/Analysis/pr22954.c | 4 +- test/Analysis/string.c | 10 +- test/Sema/builtin-object-size.c | 4 +- test/Sema/builtins.c | 10 +- test/Sema/transpose-memset.c | 2 +- test/Sema/warn-fortify-source.c | 83 +++++++++++ test/Sema/warn-strncat-size.c | 2 +- 16 files changed, 280 insertions(+), 106 deletions(-) create mode 100644 test/Sema/warn-fortify-source.c