[PATCH] D59560: Permit redeclarations of a builtin to specify calling convention.

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 19 15:00:35 PDT 2019


erichkeane updated this revision to Diff 191403.
erichkeane added a comment.

As @rnk suggested, switch to an enum.  SemaType.cpp unfortunately has Sema as a forward declaration, so it has to use integers.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59560/new/

https://reviews.llvm.org/D59560

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaDeclAttr.cpp
  lib/Sema/SemaType.cpp
  test/CodeGen/aarch64-vpcs.c
  test/Sema/callingconv-iamcu.c
  test/Sema/callingconv.c
  test/Sema/pr25786.c
  test/Sema/stdcall-fastcall-x64.c
  test/SemaCUDA/cuda-inherits-calling-conv.cu
  test/SemaCXX/borland-extensions.cpp
  test/SemaCXX/cxx11-gnu-attrs.cpp
  test/SemaCXX/virtual-override-x64.cpp
  test/SemaTemplate/instantiate-function-params.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59560.191403.patch
Type: text/x-patch
Size: 23411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190319/05b2ed59/attachment-0001.bin>


More information about the cfe-commits mailing list