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.
markma f8dfc1ce1f
0.0.1
3 years ago
..
atdlib 0.0.1 3 years ago
tests 0.0.1 3 years ago
ASTExporter.cpp 0.0.1 3 years ago
ASTExporter.h 0.0.1 3 years ago
ATD_GUIDELINES.md 0.0.1 3 years ago
AttrParameterVectorStream.cpp 0.0.1 3 years ago
AttrParameterVectorStream.h 0.0.1 3 years ago
FileUtils.cpp 0.0.1 3 years ago
FileUtils.h 0.0.1 3 years ago
Makefile 0.0.1 3 years ago
NamePrinter.h 0.0.1 3 years ago
README.md 0.0.1 3 years ago
SimplePluginASTAction.cpp 0.0.1 3 years ago
SimplePluginASTAction.h 0.0.1 3 years ago

README.md

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: