Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.1 KB

diagtool.rst

File metadata and controls

52 lines (33 loc) · 1.1 KB

diagtool - clang diagnostics tool

SYNOPSIS

diagtool command [args]

DESCRIPTION

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

SUBCOMMANDS

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.

find-diagnostic-id

diagtool find-diagnostic-id diagnostic-name

list-warnings

diagtool list-warnings

show-enabled

diagtool show-enabled [options] filename ...

tree

diagtool tree [diagnostic-group]