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

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 20 06:36:15 PDT 2019


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

Woops!  Look like I left without actually changing the revision *shame*.

Also, I was an idiot about SemaType, please disregard my previous comment.


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

https://reviews.llvm.org/D59560

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Sema/Sema.h
  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.191483.patch
Type: text/x-patch
Size: 24225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190320/daf10d95/attachment-0001.bin>


More information about the cfe-commits mailing list