codebrowser
codebrowser copied to clipboard
fix crash on invalid declaration references
if such decl reference is invalid, the Result will be empty, but a later call to front() asserts it to be non-empty.
this is already fixed, but the changes haven't been synced.