Skip to content
Commit 53e3d6d7 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

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
parent a40bcac0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment