11 #include "llvm/ADT/StringSwitch.h" 13 using namespace clang;
16 return llvm::StringSwitch<InputKind>(Extension)
Languages that the frontend can parse and compile.
Dataflow Directional Tag Classes.
Assembly: we accept this only so that we can preprocess it.
LLVM IR: we accept this so that we can run the optimizer on it, and compile it to assembly or object ...
static InputKind getInputKindForExtension(StringRef Extension)
getInputKindForExtension - Return the appropriate input kind for a file extension.