RSSAmplifier

Jonas Devlieghere · Dec 31, 2015

Understanding the Clang AST

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Clang is everywhere; It is the core of my favorite Vim plugin YouCompleteMe , it recently got supported by Microsoft Visual Studio , it is mentioned in numerous episodes of CppCast and it powers the excellent clang formatter . Naturally, I wanted to get a better understanding of how the clang front end works under the hood. Clang Front End & AST Clang is a C language family front end for LLVM . In…

Read on jonasdevlieghere.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.