This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c7a4550a9d Revert "[Sema] Enable -Wimplicit-float-conversion for integr [...] new dfb6cacf9c [Clang] New loop pragma vectorize_predicate
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 | 21 ++++++++++++++--- include/clang/Basic/Attr.td | 7 ++++-- include/clang/Basic/AttrDocs.td | 9 ++++---- include/clang/Basic/DiagnosticParseKinds.td | 2 +- lib/CodeGen/CGLoopInfo.cpp | 28 ++++++++++++++++++++++- lib/CodeGen/CGLoopInfo.h | 8 +++++++ lib/Parse/ParsePragma.cpp | 3 +++ lib/Sema/SemaStmtAttr.cpp | 12 ++++++++-- test/AST/ast-print-pragmas.cpp | 4 ++++ test/CodeGenCXX/pragma-loop-predicate.cpp | 35 +++++++++++++++++++++++++++++ test/Parser/pragma-loop.cpp | 15 +++++++++++-- test/Parser/pragma-unroll-and-jam.cpp | 2 +- 12 files changed, 130 insertions(+), 16 deletions(-) create mode 100644 test/CodeGenCXX/pragma-loop-predicate.cpp