This is an archive of the discontinued LLVM Phabricator instance.

Get rid of SpellingIndexToSemanticSpelling and instead use ParsedAttrInfo
AbandonedPublic

Authored by john.brawn on Mar 24 2017, 9:29 AM.

Details

Reviewers
None
Summary

There's no reason to do the lookup at runtime when we know what the result will be when generating the ParsedAttrInfo.

Diff Detail