Skip to content
Commit a966bf6e authored by Chris Lattner's avatar Chris Lattner
Browse files

fix a variable shadowing issue that caused us to misparse:

void B() {
  memcpy (3, 2, 1);
}

where memcpy is undeclared.

llvm-svn: 39198
parent 740b2f30
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