This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c0ac153fc5 [Sema] Mark GNU compound literal array init as an rvalue. new 802485f170 Add a new attribute, fortify_stdlib
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/Attr.td | 7 + include/clang/Basic/AttrDocs.td | 37 ++++ include/clang/Basic/Builtins.h | 8 +- include/clang/Basic/DiagnosticSemaKinds.td | 2 + lib/Basic/Builtins.cpp | 25 +++ lib/CodeGen/CGBuiltin.cpp | 84 ++++++++ lib/CodeGen/CodeGenFunction.h | 4 + lib/Sema/SemaDeclAttr.cpp | 29 +++ test/CodeGen/fortify-std-lib.c | 220 +++++++++++++++++++++ ...pragma-attribute-supported-attributes-list.test | 1 + test/Sema/fortify-std-lib.c | 18 ++ 11 files changed, 434 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/fortify-std-lib.c create mode 100644 test/Sema/fortify-std-lib.c