Skip to content

Commit

Permalink
Update Clang.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hongxuchen committed Nov 7, 2023
1 parent dcc360a commit e7637c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Clang.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ This doc was originally forked from https://github.com/ingve/awesome-clang and t
- 📹 [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.
- [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)


# Official Tools/Libraries
Expand Down

0 comments on commit e7637c1

Please sign in to comment.