clang_createTranslationUnit

\brief Same as \c clang_createTranslationUnit2, but returns the \c CXTranslationUnit instead of an error code. In case of an error this routine returns a \c NULL \c CXTranslationUnit, without further detailed error codes.

extern (C)
clang_createTranslationUnit
(,
const(char)* ast_filename
)

Meta