diff options
author | Ted Kremenek <kremenek@apple.com> | 2013-02-05 05:55:21 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2013-02-05 05:55:21 +0000 |
commit | 7305e8c48df5fe373be431ef99399ae649721f3f (patch) | |
tree | b861b10d91a65178a1a7ebf564067b191d51075c | |
parent | a4dc51b46861eb52626f89183da7610437baba93 (diff) |
Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174338 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/tools/clang.pod | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index 9628d473b7..c61334fd7b 100644 --- a/docs/tools/clang.pod +++ b/docs/tools/clang.pod @@ -417,27 +417,6 @@ 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 |