This is an archive of the discontinued LLVM Phabricator instance.

[Support] Use variadic templates instead of varargs in CommandLineFlags.h ValueClass
AbandonedPublic

Authored by EricWF on Oct 6 2016, 9:05 PM.

Details

Reviewers
joerg
mehdi_amini
Summary

This refactoring was informally requested on IRC.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 73879.Oct 6 2016, 9:05 PM
EricWF retitled this revision from to [Support] Use variadic templates instead of varargs in CommandLineFlags.h ValueClass.
EricWF updated this object.
EricWF added a reviewer: joerg.
EricWF added a subscriber: llvm-commits.
EricWF updated this revision to Diff 73881.Oct 6 2016, 9:09 PM

Use fewer templates.

mehdi_amini edited edge metadata.Oct 7 2016, 10:01 AM

Thanks Eric, can you look at: D25342

Thanks Eric, can you look at: D25342

Yep. Looks like you beat me to it! I'll leave this revision open until one or the other moves.

EricWF abandoned this revision.Oct 8 2016, 2:30 AM

Abandoning in favor of D25342.