/ClangAstMatcherInitial

A Basic Example Starting Clang AST Project

Primary LanguageC++

Fast bootstrap project to develop with ASTMatcher and GTest

Environment Setup Via Conda

Setting up the environment by running:

conda env create --file environment.yaml

Activate environment.

conda activate bootast

Build the code

Make build folder and configure project:

mkdir build && cd build && cmake ..

Build the software:

cmake --build .

Run and verify:

./myTool