[cfe-dev] type checker in Clang

Douglas Gregor dgregor at apple.com
Thu Oct 14 16:42:44 PDT 2010


On Oct 14, 2010, at 3:32 PM, Nadeem Ahmad wrote:

> Dear All:
> 
> I want to look into the type checking process in the clang. Can any body guide me where to start?

The Sema object, whose code is in lib/Sema/*, contains the vast majority of Clang's type-checking logic. I suggest picking some simple language construct and looking at how it is handled in Sema.

	- Doug



More information about the cfe-dev mailing list