From 41c8fa7633a65fbd8877d212150b43e7434a8061 Mon Sep 17 00:00:00 2001 From: Atell Krasnopolski Date: Tue, 18 Jun 2024 00:34:16 +0200 Subject: [PATCH] Add a link to the "Changing Everything With Clang Plugins" talk to the docs --- .../source/user/IntroductionToClangForCladContributors.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/userDocs/source/user/IntroductionToClangForCladContributors.rst b/docs/userDocs/source/user/IntroductionToClangForCladContributors.rst index 3464bdbf4..99c6ce672 100644 --- a/docs/userDocs/source/user/IntroductionToClangForCladContributors.rst +++ b/docs/userDocs/source/user/IntroductionToClangForCladContributors.rst @@ -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 `__ \ No newline at end of file