This is an archive of the discontinued LLVM Phabricator instance.

[CommandLine] Fix Missing Description for cl::values in Tutorial Document
AbandonedPublic

Authored by mshockwave on Jun 3 2017, 5:51 AM.

Details

Summary

In the command line library, cl::values should be end by null, or clEnumValEnd. However, the tutorial page for it doesn't follow the rule.
Example codes are fixed and some description text is added in this patch.

Diff Detail

Event Timeline

mshockwave created this revision.Jun 3 2017, 5:51 AM
mshockwave retitled this revision from [CommandLine] Fix Tutorial Documentation for Command Line Library to [CommandLine] Fix Missing Description for cl::values in Tutorial Document.Jun 3 2017, 5:53 AM
mshockwave abandoned this revision.Jun 6 2017, 7:07 AM