Factsheet
llvm - Is there any documentation for clang source code? - Stack Overflow
Tips on getting into clang source code
LLVM source read?
New Learning Resource for Clang Libraries (Slide Deck and Code Examples)
I’m making my own custom language for my master thesis and I had many issues for finding llvm documentation. This is like gold for me, thank you!
More on reddit.comVideos
I have experience building a few compilers with LLVM and have a decent understanding of LLVM IR. However, I’m struggling to fully grasp how Clang works.
My goal is to understand the Clang pipeline and eventually contribute to the LLVM codebase (particularly Clang subproject) by submitting PRs. I’ve watched several LLVM talks about Clang, but I still find it challenging to navigate and understand the codebase due to its complexity. Maybe this is the most complex code base that I'm trying to understand.
I’d greatly appreciate any advice or guidance from someone familiar with Clang (or the LLVM codebase in general).