DIAGTOOL(1) Clang DIAGTOOL(1)

diagtool - clang diagnostics tool

diagtool command [args]

diagtool is a combination of four tools for dealing with diagnostics in clang.

diagtool is separated into several subcommands each tailored to a different purpose. A brief summary of each command follows, with more detail in the sections that follow.

  • find-diagnostic-id - Print the id of the given diagnostic.
  • list-warnings - List warnings and their corresponding flags.
  • show-enabled - Show which warnings are enabled for a given command line.
  • tree - Show warning flags in a tree view.

diagtool find-diagnostic-id diagnostic-name

diagtool list-warnings

diagtool show-enabled [options] filename ...

diagtool tree [diagnostic-group]

Maintained by the Clang / LLVM Team (http://clang.llvm.org)

2007-2024, The Clang Team

March 2, 2024 17