diff options
author | Ted Kremenek <kremenek@apple.com> | 2013-02-05 06:33:47 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2013-02-05 06:33:47 +0000 |
commit | cc972ed1580c3e133b1bb51415f9bf9a051c6d53 (patch) | |
tree | 7c757858f4eb580317b9a7421c58c4d1a995033f /docs | |
parent | 4fd83a3813fde17d6077bb18363aa4339e38f641 (diff) |
Revert "Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users."
I changed my mind. We should just document these in the man page.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174344 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tools/clang.pod | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index c61334fd7b..9628d473b7 100644 --- a/docs/tools/clang.pod +++ b/docs/tools/clang.pod @@ -417,6 +417,27 @@ Show commands to run and use verbose output. =back + +=head2 Diagnostics Options + +=over + +=item B<-fshow-column> +B<-fshow-source-location> +B<-fcaret-diagnostics> +B<-fdiagnostics-fixit-info> +B<-fdiagnostics-parseable-fixits> +B<-fdiagnostics-print-source-range-info> +B<-fprint-source-range-info> +B<-fdiagnostics-show-option> +B<-fmessage-length> + +These options control how Clang prints out information about diagnostics (errors +and warnings). Please see the Clang User's Manual for more information. + +=back + + =head2 Preprocessor Options =over |