Fixes bug 24645. Problem appears to be that the type may be undefined
when ConvertValIDToValue is called.
Details
Details
- Reviewers
kcc
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Fix is ok, but please add a test.
I've never seen this code before today, but the fix is obvious so I hope my LGTM should be enough.
Comment Actions
Added test case to demonstrate bug https://llvm.org/bugs/show_bug.cgi?id=24645 is fixed.
Since kcc and myself are not familiar with the code, does anyone have any objections to this fix?