fix a variable shadowing issue that caused us to misparse:

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

where memcpy is undeclared.

llvm-svn: 39198
1 file changed
tree: 5a5b8813a3e0644e2502714be44357a40844d170
  1. clang/
  2. llvm/
  3. stacker/