From ad3af3c96f4f78e3c53b3874b2ba4c103f928007 Mon Sep 17 00:00:00 2001 From: h0n9xu Date: Mon, 25 Nov 2024 20:16:25 +0800 Subject: [PATCH] Update Clang.md --- Clang.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Clang.md b/Clang.md index 262c0cd..491658c 100644 --- a/Clang.md +++ b/Clang.md @@ -26,6 +26,7 @@ This doc was originally forked from https://github.com/ingve/awesome-clang and t - 📹 [Create your own Refactoring Tool in Clang](https://www.youtube.com/watch?v=8PndHo7jjHk) - Richard Thompson's presentation from C++Now 2014. - 📹 [Refactoring C++ with Clang](https://www.youtube.com/watch?v=yuIOGfcOH0k) - Chandler Carruth's talk from C++Now 2012. - 📹 [Automatic C++ source code generation with clang](https://www.youtube.com/watch?v=aPTyatTI42k) - Sergei Sadovnikov's ACCU 2017 talk. +- 📹 [Customising clang tidy to modernise your legacy C++ code](https://www.youtube.com/watch?v=Y-RqGOAN5rA) - Mike Crowe @ Meeting C++ 2024. - [Quick overview of how Clang works internally](http://cppdepend.com/blog/?p=321) - cppdepend's quick introduction - [C Support in Clang](https://clang.llvm.org/c_status.html) and [C Defect Report Support in Clang](https://clang.llvm.org/cxx_dr_status.html) - [C++ Support in Clang](https://clang.llvm.org/cxx_status.html) and [C++ Defect Report Support in Clang](https://clang.llvm.org/cxx_dr_status.html)