Don't hit an assertion failure when calculating the __PRETTY_FUNCTION__
of a member function with parenthesized declarator. Like this test case: class Foo { const char *(baz)() { return __PRETTY_FUNCTION__; } }; llvm-svn: 170233
Loading
Please register or sign in to comment