This is an archive of the discontinued LLVM Phabricator instance.

Rework FixedSizeTemplateParameterListStorage
AbandonedPublic

Authored by hubert.reinterpretcast on Apr 30 2016, 3:15 PM.

Details

Summary

This change replaces the custom FixedSizeTemplateParameterListStorage implementation with one that follows the interface provided by llvm::TrailingObjects.

Diff Detail