Skip to content

Commit

Permalink
Update Clang.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hongxuchen committed Jan 10, 2024
1 parent 65a9557 commit 59e391f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Clang.md
Expand Up @@ -13,6 +13,8 @@ This doc was originally forked from https://github.com/ingve/awesome-clang and t

# Tutorials

- 🐉 [Clang Compiler User’s Manual](https://clang.llvm.org/docs/UsersManual.html)
- 🐉 [Clang Driver Configuration files](https://clang.llvm.org/docs/UsersManual.html#configuration-files), see also [GCC spec files](https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gcc/Spec-Files.html) and [the tutorial](https://wozniak.ca/blog/2024/01/02/1/index.html)
- 🐉 [“Clang” CFE Internals Manual](https://clang.llvm.org/docs/InternalsManual.html) - good start for Clang frontend developers
- 🐉 [Clang Toolchain](https://clang.llvm.org/docs/Toolchain.html) - Toolchains when using Clang compiler driver
- 🐉 [Introduction to the Clang AST](https://clang.llvm.org/docs/IntroductionToTheClangAST.html) - a gentle introduction to the mysteries of the Clang AST.
Expand Down

0 comments on commit 59e391f

Please sign in to comment.