[PATCH] D28166: Properly merge K&R functions that have attributes

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 3 12:22:11 PST 2017


aaron.ballman updated this revision to Diff 82930.
aaron.ballman added a comment.

I've updated this patch to correct the codegen changes. If you'd prefer, I can review/commit in two separate phases, one for the codegen bug and one for the attribute issue, as I think these changes might be reasonably considered separately despite the gating.


https://reviews.llvm.org/D28166

Files:
  include/clang/AST/Type.h
  include/clang/AST/TypeLoc.h
  lib/CodeGen/CGCall.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/Sema/SemaDecl.cpp
  test/CodeGen/ms_abi.c
  test/Sema/knr-def-call.c
  test/Sema/warn-strict-prototypes.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28166.82930.patch
Type: text/x-patch
Size: 8561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170103/91a20ce4/attachment-0001.bin>


More information about the cfe-commits mailing list