[PATCH] D23003: [ObjC Availability] Warn upon unguarded use of partially available declaration

Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 16 10:52:27 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL278826: [ObjC] Warn on unguarded use of partial declaration (authored by epilk).

Changed prior to commit:
  https://reviews.llvm.org/D23003?vs=67713&id=68218#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23003

Files:
  cfe/trunk/include/clang/AST/Stmt.h
  cfe/trunk/include/clang/Basic/DiagnosticGroups.td
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/include/clang/Sema/ScopeInfo.h
  cfe/trunk/include/clang/Sema/Sema.h
  cfe/trunk/lib/AST/Stmt.cpp
  cfe/trunk/lib/Sema/JumpDiagnostics.cpp
  cfe/trunk/lib/Sema/ScopeInfo.cpp
  cfe/trunk/lib/Sema/SemaDecl.cpp
  cfe/trunk/lib/Sema/SemaDeclAttr.cpp
  cfe/trunk/lib/Sema/SemaExpr.cpp
  cfe/trunk/lib/Sema/SemaStmt.cpp
  cfe/trunk/test/Parser/objc-available.m
  cfe/trunk/test/Sema/attr-availability.c
  cfe/trunk/test/SemaObjC/attr-availability.m
  cfe/trunk/test/SemaObjC/property-deprecated-warning.m
  cfe/trunk/test/SemaObjC/unguarded-availability.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23003.68218.patch
Type: text/x-patch
Size: 35336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160816/01412e16/attachment-0001.bin>


More information about the cfe-commits mailing list