This is an archive of the discontinued LLVM Phabricator instance.

Removed unnecessary asserts from SemaDeclAttr.cpp
AbandonedPublic

Authored by dblaikie on Aug 21 2013, 2:31 PM.

Details

Summary

Several asserts were unnecessarily testing the validity of attributes. This was already assured at an earlier state of the attribute processing pipeline. This patch removes them from several functions.

Diff Detail

Event Timeline

dblaikie commandeered this revision.Apr 5 2014, 1:39 PM
dblaikie abandoned this revision.
dblaikie edited reviewers, added: chriswailes; removed: dblaikie.

Looks like these changes have either already been made, or invalidated by other redesign