13#ifndef LLVM_CLANG_TESTING_COMMANDLINEARGS_H
14#define LLVM_CLANG_TESTING_COMMANDLINEARGS_H
17#include "llvm/ADT/StringRef.h"
24#define TESTLANGUAGE(lang, version, std_flag, version_index) \
26#include "clang/Testing/TestLanguage.def"
33std::vector<TestLanguage>
getCOrLater(
int MinimumStd);
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified.
The JSON file list parser is used to communicate input to InstallAPI.
std::string getAnyTargetForTesting()
Find a target name such that looking for it in TargetRegistry by that name returns the same target.
std::vector< std::string > getCC1ArgsForTesting(TestLanguage Lang)
std::vector< TestLanguage > getCOrLater(int MinimumStd)
std::vector< TestLanguage > getCXXOrLater(int MinimumStd)
StringRef getFilenameForTesting(TestLanguage Lang)
std::vector< std::string > getCommandLineArgsForTesting(TestLanguage Lang)