Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DIAGTOOL(1)			     Clang			   DIAGTOOL(1)

NAME
       diagtool	- clang	diagnostics tool

SYNOPSIS
       diagtool	command	[args]

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

SUBCOMMANDS
       diagtool	 is separated into several subcommands each tailored to	a dif-
       ferent purpose. A brief summary of each command follows,	with more  de-
       tail 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]

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

COPYRIGHT
       2007-2025, The Clang Team

18				 Apr 13, 2025			   DIAGTOOL(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=diagtool-cheriot&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help