2020-08-12 23:08:48 +08:00
|
|
|
/*
|
2022-09-23 00:55:35 +08:00
|
|
|
* Copyright (C) 2020-2022 Intel Corporation
|
2020-08-12 23:08:48 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
#include <vector>
|
|
|
|
|
|
|
|
class OclocArgHelper;
|
|
|
|
|
|
|
|
namespace Ocloc {
|
|
|
|
|
|
|
|
int validate(const std::vector<std::string> &args, OclocArgHelper *argHelper);
|
|
|
|
}
|