This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6235d9b1ad Revert "[sanitizer-coverage] one more flavor of coverage: -f [...] new 7c78710146 Add support for #pragma clang section
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 | 42 ++++++++++++++++ include/clang/Basic/Attr.td | 36 +++++++++++++ include/clang/Basic/DiagnosticParseKinds.td | 9 ++++ include/clang/Parse/Parser.h | 1 + include/clang/Sema/Sema.h | 34 +++++++++++++ lib/CodeGen/CGDecl.cpp | 7 +++ lib/CodeGen/CodeGenModule.cpp | 30 ++++++++++- lib/Parse/ParsePragma.cpp | 60 ++++++++++++++++++++++ lib/Sema/SemaAttr.cpp | 30 +++++++++++ lib/Sema/SemaDecl.cpp | 25 +++++++++ test/CodeGenCXX/clang-sections-tentative.c | 41 +++++++++++++++ test/CodeGenCXX/clang-sections.cpp | 78 +++++++++++++++++++++++++++++ test/Sema/pragma-clang-section.c | 17 +++++++ 13 files changed, 409 insertions(+), 1 deletion(-) create mode 100644 test/CodeGenCXX/clang-sections-tentative.c create mode 100644 test/CodeGenCXX/clang-sections.cpp create mode 100644 test/Sema/pragma-clang-section.c