How to Implement Your First Compiler Feature:The Story of Concepts in Clang - Saar Raz - CppCon 2019
Core C++ 2019 :: Saar Raz :: Clang Concepts
C++20 Concepts: A Day in the Life - Saar Raz - CppCon 2019
Teaching Old Compilers New Tricks: Transpiling C++17 to C++11 - Tony Wasserka [C++ on Sea 2019]
CppCon 2017: Herb Sutter “Meta: Thoughts on generative C++”
2014 LLVM Developers’ Meeting: “Indexing Large, Mixed-Language Codebases ”
J. Bialek, S. Block “Killing Uninitialized Memory: Protecting the OS Without Destroying Performance”
how Google writes gorgeous C++
2008 LLVM Developers’ Meeting: S. Naroff “Clang Internals”
2019 LLVM Developers’ Meeting: P. Lotfi “Clang Interface Stubs: Syntax Directed Stub Library Gen...”
Implementing First-Class Continuations by Source to Source Translation - Arjun Guha - PLISS 2019
Hal Finkel “Faster Compile Times and Better Performance: Bringing Just-in-Time Compilation to C++”
2018 EuroLLVM Developers’ Meeting: J. Bennett “Low Cost Commercial Deployment of LLVM”
(Ab)using Compiler Tools - Reka Kovacs - CppCon 2019
CppCast Episode 229: Clang Hacking with Saar Raz
FreeCompilerCamp.org - Clang tutorial - Basics of compilation
Apple: Use a custom version of clang in Xcode
CppCon 2019: Marshall Clow “std::midpoint? How Hard Could it Be?”
2021 LLVM Dev Mtg “Automatic and Customizable Code Rewriting and Refactoring with Clang”
Compiler Implementation Highlights CSCI468