This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f92a8d0 Revert r280516 since it contained accidental changes. new 89aa3ed Implement __attribute__((require_constant_initialization)) fo [...]
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 | 10 + include/clang/Basic/AttrDocs.td | 37 +++ include/clang/Basic/DiagnosticSemaKinds.td | 9 +- include/clang/Sema/AttributeList.h | 1 + lib/Sema/SemaDecl.cpp | 74 ++++-- lib/Sema/SemaDeclAttr.cpp | 3 + .../attr-require-constant-initialization.cpp | 282 +++++++++++++++++++++ utils/TableGen/ClangAttrEmitter.cpp | 4 +- 8 files changed, 393 insertions(+), 27 deletions(-) create mode 100644 test/SemaCXX/attr-require-constant-initialization.cpp