This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a7fe44fc31 [clang] refactor -Wa,-W test cases. new 1d08493df3 Added support for "#pragma clang section relro=<name>"
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: docs/LanguageExtensions.rst | 4 ++-- include/clang/Basic/Attr.td | 8 ++++++++ include/clang/Basic/DiagnosticParseKinds.td | 4 ++-- include/clang/Sema/Sema.h | 4 +++- lib/CodeGen/CGDecl.cpp | 2 ++ lib/CodeGen/CodeGenModule.cpp | 3 +++ lib/Parse/ParsePragma.cpp | 4 +++- lib/Sema/SemaAttr.cpp | 3 +++ lib/Sema/SemaDecl.cpp | 5 +++++ test/CodeGenCXX/clang-sections.cpp | 25 +++++++++++++++---------- test/Sema/pragma-clang-section.c | 14 ++++++++------ 11 files changed, 54 insertions(+), 22 deletions(-)