Fixed an issue where we might accept the wrong type when completing
a type when we have a forward declaration. We always have found a type by basename, but now we also compare the decl context of the die we are trying to complete with the matches we find from the accelerator tables to ensure we get the right one. llvm-svn: 149593
Loading
Please register or sign in to comment