#ifndef LLVM_CLANG_REWRITE_FRONTEND_FRONTENDACTIONS_H
#define LLVM_CLANG_REWRITE_FRONTEND_FRONTENDACTIONS_H
#include "clang/Frontend/FrontendAction.h"
#include "llvm/Support/raw_ostream.h"
namespace clang {
class FixItRewriter;
class FixItOptions;
class HTMLPrintAction : public ASTFrontendAction { … };
class FixItAction : public ASTFrontendAction { … };
class FixItRecompile : public WrapperFrontendAction { … };
class RewriteObjCAction : public ASTFrontendAction { … };
class RewriteMacrosAction : public PreprocessorFrontendAction { … };
class RewriteTestAction : public PreprocessorFrontendAction { … };
class RewriteIncludesAction : public PreprocessorFrontendAction { … };
}
#endif