Skip to content

Commit

Permalink
Add a link to the "Changing Everything With Clang Plugins" talk to th…
Browse files Browse the repository at this point in the history
…e docs
  • Loading branch information
gojakuch committed Jun 17, 2024
1 parent 00a3fb8 commit 41c8fa7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,8 @@ confuse a newcomer.
C++ compilation (those mostly start with a CXX- prefix), but also things that
have an ObjC- prefix like ``clang::ObjCAtTryStmt`` that represent statements
of the Objective-C programming language that you likely don’t need.

Further Reading
===============

- `“Changing Everything With Clang Plugins: Syntax Ext...” — 2020 LLVM Developers’ Meeting: H. Finkel <https://www.youtube.com/watch?v=A9COzFs-gEg>`__

0 comments on commit 41c8fa7

Please sign in to comment.