This file is indexed.

/usr/include/clang/Basic/DiagnosticAnalysisKinds.inc is in libclang-dev 3.0-6ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
#ifdef ANALYSISSTART
__ANALYSISSTART = DIAG_START_ANALYSIS,
#undef ANALYSISSTART
#endif

DIAG(warn_uninit_val, CLASS_WARNING, diag::MAP_WARNING, "use of uninitialized variable", "", true, false, false, false, 0, "", "")