Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 540 Bytes

Clang LibTooling Example

This repository includes the companion files for this Clang LibTooling Example.

To use these files, first download and build LLVM and Clang from source.

Then checkout this repository into Clang's tools directory:

$ cd llvm/tools/clang/tools
$ git clone https://github.com/kevinaboos/LibToolingExample.git example

Then build and run the Example.cpp file:

$ cd example
$ make
$ chmod +x run_example.sh
$ ./run_example.sh