ruiu added a comment.

Technically, this patch fixes your issue, but I don't think this is a good way 
of fixing it because `parse()` function now has an internal state which is not 
obvious to the user of the function. Can you review 
https://reviews.llvm.org/D37217? This is an alternative fix that doesn't use a 
static local variables.


https://reviews.llvm.org/D37203



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

Reply via email to