| 316 | /**************************************************************************************************/ |
| 317 | |
| 318 | struct command_line_args { |
| 319 | std::vector<std::string> _hyde; |
| 320 | std::vector<std::string> _clang; |
| 321 | }; |
| 322 | |
| 323 | command_line_args integrate_hyde_config(int argc, const char** argv) { |
| 324 | auto cmdline_first = &argv[1]; |
nothing calls this directly
no outgoing calls
no test coverage detected