kevinaboos / LibToolingExample

An example of how to use Clang's LibTooling interface.
72 stars 22 forks source link

This code is obsolete #7

Open zoharl3 opened 1 month ago

zoharl3 commented 1 month ago

And it's linked in the first google result:

https://kevinaboos.wordpress.com/2013/07/23/clang-tutorial-part-ii-libtooling-example/

kevinaboos commented 1 month ago

well sure, I wrote it over 11 years ago 😄

Unfortunately I haven't touched Clang static analysis in roughly a decade, so I'm not really qualified to update it, nor do I have the time. Happy to accept PRs though!

zoharl3 commented 1 month ago

I see that you already have two pull requests pending. But, here, maybe a zip file would be easier:

https://drive.google.com/file/d/115a910jyElwJXNO0ZXZTx_wGLgiXpQKC/view?pli=1

I added a cmakefile, and a batch for Windows using VS22 and vcpkg.