summaryrefslogtreecommitdiffstats
path: root/cmdline/token_range.h
Commit message (Collapse)AuthorAgeFilesLines
* ART: Fix "unused parameters"Andreas Gampe2015-02-241-2/+2
| | | | | | | | GCC 4.8 decides that parameters for functions implemented with "= default" are unused. This currently only impacts x86, but remove the parameter names anyways. Change-Id: I01865faa81af68c4c0e0b1cb1fb19e88ef548769
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-0/+425
Refactor the RuntimeOptions to be a type-safe map (VariantMap, see runtime_options.h) and the ParsedOptions to delegate the parsing to CmdlineParser (see cmdline/cmdline_parser.h). This is the start of a command line parsing refactor, and may include more in the future (dex2oat, patchoat, etc). For more details of the command line parsing generator usage see cmdline/README.md Change-Id: Ic67c6bca5e1f33bf2ec60e2e3ff8c366bab91563