|
clang-metatool
A framework for reusing code in clang tools
|
#include <assert.h>#include <map>#include <memory>#include <stddef.h>#include <string>#include <clang/AST/ASTConsumer.h>#include <clang/ASTMatchers/ASTMatchFinder.h>#include <clang/Frontend/CompilerInstance.h>#include <clang/Frontend/FrontendAction.h>#include <clang/Tooling/Core/Replacement.h>#include <llvm/ADT/StringRef.h>
Go to the source code of this file.
Classes | |
| class | clangmetatool::MetaTool< WrappedTool > |
Namespaces | |
| clangmetatool | |
1.8.13