[PATCH] D44589: [Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 20 17:44:46 PDT 2018


vsapsai updated this revision to Diff 139233.
vsapsai added a comment.

Address review comments:

- Replace `auto` with explicit type.
- Use `llvm::makeArrayRef`.
- Remove curly braces around single-statement elses.


https://reviews.llvm.org/D44589

Files:
  clang/include/clang/Basic/SourceLocation.h
  clang/include/clang/Sema/DelayedDiagnostic.h
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/DelayedDiagnostic.cpp
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/lib/Sema/SemaExpr.cpp
  clang/lib/Sema/SemaExprObjC.cpp
  clang/test/SemaObjC/attr-deprecated-replacement-fixit.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44589.139233.patch
Type: text/x-patch
Size: 26062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180321/628e5ad5/attachment-0001.bin>


More information about the cfe-commits mailing list