clang_getDiagnosticCategoryName

\brief Retrieve the name of a particular diagnostic category. This is now deprecated. Use clang_getDiagnosticCategoryText() instead.

\param Category A diagnostic category number, as returned by \c clang_getDiagnosticCategory().

\returns The name of the given diagnostic category.

extern (C)
clang_getDiagnosticCategoryName
()

Meta