[PATCH] D53263: Fix places where the return type of a FunctionDecl was being used in place of the function type

Ben via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 19 16:57:50 PDT 2018


bobsayshilol updated this revision to Diff 170277.
bobsayshilol retitled this revision from "[CodeGen] Fix places where the return type of a FunctionDecl was being used in place of the function type" to "Fix places where the return type of a FunctionDecl was being used in place of the function type".
bobsayshilol added a comment.

Add missing part of previous change to patch. Now all unit tests pass.

I'm removing [CodeGen] from the title too since this change touches more than just that section now.


https://reviews.llvm.org/D53263

Files:
  lib/AST/Decl.cpp
  lib/CodeGen/CGBlocks.cpp
  lib/CodeGen/CGBuiltin.cpp
  lib/CodeGen/CGNonTrivialStruct.cpp
  lib/CodeGen/CGObjC.cpp
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/CodeGen/ItaniumCXXABI.cpp
  lib/Frontend/Rewrite/RewriteModernObjC.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53263.170277.patch
Type: text/x-patch
Size: 18933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181019/2af68949/attachment-0001.bin>


More information about the cfe-commits mailing list