balazske added a comment.

So the problem is that there are references to `ParmVarDecl` from inside 
function body and at import of `ParmVarDecl` always a new one is created even 
if there is an already existing (in the existing function prototype)? Maybe it 
works in `VisitParmVarDecl` to search for already existing `ParmVarDecl` (not 
already imported) and return if found.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56936/new/

https://reviews.llvm.org/D56936



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to