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

Jonas Devlieghere via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 10 16:58:53 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL346601: Pass the function type instead of the return type to FunctionDecl::Create (authored by JDevlieghere, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D53263?vs=170277&id=173542#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53263

Files:
  cfe/trunk/lib/AST/Decl.cpp
  cfe/trunk/lib/CodeGen/CGBlocks.cpp
  cfe/trunk/lib/CodeGen/CGBuiltin.cpp
  cfe/trunk/lib/CodeGen/CGNonTrivialStruct.cpp
  cfe/trunk/lib/CodeGen/CGObjC.cpp
  cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp
  cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp
  cfe/trunk/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  cfe/trunk/test/CodeGenObjCXX/crash-function-type.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53263.173542.patch
Type: text/x-patch
Size: 20508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181111/36865303/attachment-0001.bin>


More information about the cfe-commits mailing list