[PATCH] D26522: Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks
Mehdi AMINI via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 10 13:43:52 PST 2016
mehdi_amini created this revision.
mehdi_amini added a reviewer: arphaman.
mehdi_amini added a subscriber: cfe-commits.
Instead of always displaying the mangled name, try to do better
and get something closer to regular functions.
https://reviews.llvm.org/D26522
Files:
clang/lib/AST/Expr.cpp
clang/lib/CodeGen/CGExpr.cpp
clang/test/CodeGen/block-with-perdefinedexpr.cpp
clang/test/CodeGenCXX/predefined-expr-cxx14.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26522.77550.patch
Type: text/x-patch
Size: 7318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161110/df0c425c/attachment.bin>
More information about the cfe-commits
mailing list