[PATCH] D14796: Preserve exceptions information during calls code generation.

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 18 18:18:04 PST 2015


sfantao updated this revision to Diff 40587.
sfantao added a comment.

Create `CGCalleeInfo` to forward the declaration and function type information during the emission of calls.


http://reviews.llvm.org/D14796

Files:
  include/clang/CodeGen/CGFunctionInfo.h
  lib/CodeGen/CGCall.cpp
  lib/CodeGen/CGExpr.cpp
  lib/CodeGen/CGExprComplex.cpp
  lib/CodeGen/CGObjC.cpp
  lib/CodeGen/CGObjCGNU.cpp
  lib/CodeGen/CGObjCMac.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/CodeGenModule.h
  test/CodeGenCXX/observe-noexcept.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14796.40587.patch
Type: text/x-patch
Size: 15182 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151119/8dc3823b/attachment.bin>


More information about the cfe-commits mailing list