fix a variable shadowing issue that caused us to misparse:
void B() { memcpy (3, 2, 1); } where memcpy is undeclared. llvm-svn: 39198
Loading
Please register or sign in to comment
void B() { memcpy (3, 2, 1); } where memcpy is undeclared. llvm-svn: 39198