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.
Martin Trojer 96755539c2
Make infer build on centos8
4 years ago
..
atdlib [FCP] linting facebook-clang-plugin files [4/N] 4 years ago
tests Revert "upgrade to clang10" 4 years ago
ASTExporter.cpp [FCP] copy facebook-clang-plugins files [2/N] 4 years ago
ASTExporter.h Revert "upgrade to clang10" 4 years ago
ATD_GUIDELINES.md [FCP] copy facebook-clang-plugins files [2/N] 4 years ago
AttrParameterVectorStream.cpp [FCP] linting facebook-clang-plugin files [4/N] 4 years ago
AttrParameterVectorStream.h [FCP] linting facebook-clang-plugin files [4/N] 4 years ago
FileUtils.cpp [FCP] linting facebook-clang-plugin files [4/N] 4 years ago
FileUtils.h [FCP] linting facebook-clang-plugin files [4/N] 4 years ago
Makefile Make infer build on centos8 4 years ago
NamePrinter.h [FCP] linting facebook-clang-plugin files [4/N] 4 years ago
README.md [FCP] copy facebook-clang-plugins files [2/N] 4 years ago
SimplePluginASTAction.cpp [FCP] linting facebook-clang-plugin files [4/N] 4 years ago
SimplePluginASTAction.h Revert "upgrade to clang10" 4 years ago
ast_exporter_bin.cpp Revert "upgrade to clang10" 4 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: