Learning Resource — Lecture Slides for the Clang Libraries (Edition 0.2.0)

Hi Everyone,

In case anyone might be interested, I have released a new edition (0.2.0) of my lecture slides for learning to use the Clang libraries. This slide deck has a corresponding Git repository hosted by GitHub with all of the code examples from the slides as well as numerous other code examples. One of the more important changes since the previous edition was to update the code examples on the slides for LLVM/Clang 17, whereas the previous edition had been based on an older version of LLVM/Clang.

The lecture slides and Git repository can be found at:

A direct link to the slides and an abstract for the slides are as follows:

As always, feedback on the slides or code examples in the companion Git repository is most welcome.

5 Likes

This is awesome, thank you so much for developing it and sharing!