Using Clang compiler plugins
Demonstration and tutorial for writing Clang plugins
Details of the Workshop
The Clang compiler allows extending its functionality using plugins, or even writing new tools based on it. These can be used to further verify source code or perform various transformation and verifications. In this workshop, the basics of writing such plugins will be presented and it will be demonstrated how they can be used when developing LibreOffice.