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 | 653f523664023f47505ce18dd8676d6b839fed0b (patch) | |
tree | 5bafbe91ddbefb70a8e748e4d3e90b0035e01678 /clang/docs/tools | |
parent | a47fdbb032d342a2a13c665a060ca9a115ecd506 (diff) | |
download | bcm5719-llvm-653f523664023f47505ce18dd8676d6b839fed0b.tar.gz bcm5719-llvm-653f523664023f47505ce18dd8676d6b839fed0b.zip |
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.
llvm-svn: 174344
Diffstat (limited to 'clang/docs/tools')
-rw-r--r-- | clang/docs/tools/clang.pod | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index c61334fd7be..9628d473b7c 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/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 |