Skip to content
Commit 757640b1 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Fixes apple: #12020687. This was a problem in the demangler with template

substitution forward references.  That is, sometimes a mangled name refers to
a substitution that hasn't yet been defined.  The demangler was derferencing a
null pointer in this case because it wasn't properly guarded against a
forward reference.  Test case added to catch this problem.

llvm-svn: 161267
parent c934daba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment