This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e9b6eb5833 [ObjC] Don't disallow vector parameters/return values in met [...] new 90500c1350 Add a fix-it for -Wunguarded-availability
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/DiagnosticSemaKinds.td | 3 +- include/clang/Lex/Lexer.h | 5 + lib/Lex/Lexer.cpp | 66 +++++++++---- lib/Sema/SemaDeclAttr.cpp | 143 ++++++++++++++++++++++++++++- test/FixIt/fixit-availability.c | 10 ++ test/FixIt/fixit-availability.mm | 111 ++++++++++++++++++++++ test/Sema/attr-availability.c | 2 +- 7 files changed, 318 insertions(+), 22 deletions(-) create mode 100644 test/FixIt/fixit-availability.c create mode 100644 test/FixIt/fixit-availability.mm