ΒΆCXDiagnosticSet clang_getDiagnosticSetFromTU(
    CXTranslationUnit Unit)

Description

Retrieve the complete set of diagnostics associated with a translation unit.

Declared at: clang/include/clang-c/Index.h:882

Parameters

CXTranslationUnit Unit
the translation unit to query.