forked from OSchip/llvm-project
47c245a537
Provides an API to run clang tools (FrontendActions) as standalone tools, or repeatedly in-memory in a process. This is useful for unit-testing, map-reduce style applications, source transformation daemons or command line tools. The ability to run over multiple translation units with different command line arguments enables building up refactoring tools that need to apply transformations across translation unit boundaries. See tools/clang-check/ClangCheck.cpp for an example. llvm-svn: 154008 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CompilationDatabase.cpp | ||
Makefile | ||
Tooling.cpp |