Hi! is it possible to move the following headers into the include directory: CodeGenTypes.h CodeGenModule.h CGRecordLayout.h I use them to extract some infos (layout of records) while compiling. Currently I have to set an include directory into the clang/lib/CodeGen directory which of course is a hack. - Jochen