Skip to content
Commit 19b66a5e authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

In a declarator, consider an identifier a constructor only if it is followed by '('.

Previously:

class C {
  int C;  // Declarator::SetConstructor was called here.
};

llvm-svn: 58880
parent 865da3ca
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