summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/block-with-perdefinedexpr.cpp
AgeCommit message (Collapse)Author
2016-11-16Improve handling of __FUNCTION__ and other predefined expression for ↵Mehdi Amini
Objective-C Blocks Instead of always displaying the mangled name, try to do better and get something closer to regular functions. Recommit r287039 (that was reverted in r287039) with a tweak to be more generic, and test fixes! Differential Revision: https://reviews.llvm.org/D26522 llvm-svn: 287085
2016-11-15Revert "Improve handling of __FUNCTION__ and other predefined expression for ↵Mehdi Amini
Objective-C Blocks" This reverts commit r287039, tests are broken. llvm-svn: 287043
2016-11-15Improve handling of __FUNCTION__ and other predefined expression for ↵Mehdi Amini
Objective-C Blocks Instead of always displaying the mangled name, try to do better and get something closer to regular functions. Differential Revision: https://reviews.llvm.org/D26522 llvm-svn: 287039