[PATCH] D64780: Disallow most calling convention attributes on PS4.

Sunil Srivastava via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 15 16:58:55 PDT 2019


Sunil_Srivastava created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

We wish to disable most calling convention attributes for PS4, allowing just cdecl (and the equivalent sysv_abi on PS4), which are default.


Repository:
  rC Clang

https://reviews.llvm.org/D64780

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Basic/TargetInfo.h
  lib/Basic/Targets/X86.h
  lib/Sema/SemaDeclAttr.cpp
  test/Sema/no_callconv.cpp
  unittests/Tooling/RecursiveASTVisitorTests/LambdaExpr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64780.209995.patch
Type: text/x-patch
Size: 5945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190715/23f3a126/attachment-0001.bin>


More information about the cfe-commits mailing list