You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
512 B
14 lines
512 B
|
|
Front end plugins for Clang
|
|
---------------------------
|
|
|
|
Assuming that the current dir is the root of the git repository and CLANG_PREFIX=/usr/local, you may compile and run tests with
|
|
```
|
|
export CLANG_PREFIX=/usr/local
|
|
make -C libtooling test
|
|
```
|
|
|
|
More information:
|
|
- [`ATD_GUIDELINES`](https://github.com/facebook/facebook-clang-plugins/tree/master/libtooling/ATD_GUIDELINES.md) for documentation about ASTExporter.
|
|
- http://clang.llvm.org/docs/ClangPlugins.html for general documentation about clang plugins
|