Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve handling of __FUNCTION__ and other predefined expression for ↵ | Mehdi Amini | 2016-11-16 | 1 | -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 Amini | 2016-11-15 | 1 | -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 Amini | 2016-11-15 | 1 | -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 |