summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/block-with-perdefinedexpr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve handling of __FUNCTION__ and other predefined expression for ↵Mehdi Amini2016-11-161-0/+87
| | | | | | | | | | | | | | 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
* Revert "Improve handling of __FUNCTION__ and other predefined expression for ↵Mehdi Amini2016-11-151-87/+0
| | | | | | | | Objective-C Blocks" This reverts commit r287039, tests are broken. llvm-svn: 287043
* Improve handling of __FUNCTION__ and other predefined expression for ↵Mehdi Amini2016-11-151-0/+87
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
OpenPOWER on IntegriCloud