clang 20.0.0git
|
#include "clang/Testing/CommandLineArgs.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/ErrorHandling.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
Functions | |
std::vector< std::string > | clang::getCommandLineArgsForTesting (TestLanguage Lang) |
std::vector< std::string > | clang::getCC1ArgsForTesting (TestLanguage Lang) |
StringRef | clang::getFilenameForTesting (TestLanguage Lang) |
std::string | clang::getAnyTargetForTesting () |
Find a target name such that looking for it in TargetRegistry by that name returns the same target. | |