#include "UDFCompiler.h"
#include "CudaMgr/CudaMgr.h"
#include <clang/AST/AST.h>
#include <clang/AST/ASTConsumer.h>
#include <clang/AST/RecursiveASTVisitor.h>
#include <clang/Driver/Compilation.h>
#include <clang/Driver/Driver.h>
#include <clang/Frontend/CompilerInstance.h>
#include <clang/Frontend/FrontendActions.h>
#include <clang/Frontend/TextDiagnosticPrinter.h>
#include <clang/Parse/ParseAST.h>
#include <clang/Tooling/CommonOptionsParser.h>
#include <clang/Tooling/Tooling.h>
#include <llvm/Support/Program.h>
#include <llvm/Support/raw_ostream.h>
#include <boost/process/search_path.hpp>
#include <iterator>
#include <memory>
#include "Execute.h"
#include "Logger/Logger.h"
Go to the source code of this file.
#define CREATE_FRONTEND_ACTION |
( |
|
ast_file_ | ) |
new HandleDeclAction(ast_file_) |
static llvm::cl::OptionCategory ToolingSampleCategory |
( |
"UDF Tooling" |
| ) |
|
|
static |