This is an archive of the discontinued LLVM Phabricator instance.

Fix crash in getFullyQualifiedName for inline namespace
ClosedPublic

Authored by bader on Dec 28 2019, 8:29 AM.

Details

Summary

The ICE happens when the most outer namespace is an inline namespace.

Diff Detail

Event Timeline

bader created this revision.Dec 28 2019, 8:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 28 2019, 8:29 AM
This revision is now accepted and ready to land.Dec 28 2019, 8:32 AM

Thanks for fixing this!

Unit tests: pass. 61132 tests passed, 0 failed and 728 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

This revision was automatically updated to reflect the committed changes.