[cfe-dev] CLang Diagnostics Overview

Remko Tronçon remko at el-tramo.be
Mon Mar 21 00:26:13 PDT 2011


Hi all,

I don't know if this is useful to anyone, but to keep track of the
quickly evolving set of CLang diagnostics flags, I wrote a short
program to track and generate an overview of these flags (not sure if
this already exists):

   http://el-tramo.be/files/clang-diagnostics/CLangDiagnosticsFlagsTool.cpp

Today's overview can be found here:

    http://el-tramo.be/files/clang-diagnostics/clang-diagnostics-overview.png

(sorry, my DOT fu isn't good enough to make that actually lay out the
way I want).
The tool uses colors to indicate the flags i already use in my
project, the disabled flags, the redundant flags, the ones that clang
ignores, and the flags my project is still missing.

cheers,
Remko



More information about the cfe-dev mailing list