Sema: Instantiation of variable definitions weren't local enough
We wouldn't properly save and restore the pending local instantiations we had built up prior to instantiation of a variable definition. This would lead to us instantiating too much causing crashes and other general badness. This fixes PR14374. llvm-svn: 195887
Loading
Please register or sign in to comment