ΒΆCXString clang_getDiagnosticCategoryName(
unsigned int Category)
CXString clang_getDiagnosticCategoryName(
unsigned int Category)
Description
Retrieve the name of a particular diagnostic category. This is now deprecated. Use clang_getDiagnosticCategoryText() instead.
Declared at: clang/include/clang-c/Index.h:1041
Parameters
- unsigned int Category
- A diagnostic category number, as returned by\c clang_getDiagnosticCategory().
Returns
The name of the given diagnostic category.