]> granicus.if.org Git - clang/commitdiff
Revert "Remove sparse text on diagnostic options. These are not really documented...
authorTed Kremenek <kremenek@apple.com>
Tue, 5 Feb 2013 06:33:47 +0000 (06:33 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 5 Feb 2013 06:33:47 +0000 (06:33 +0000)
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

docs/tools/clang.pod

index c61334fd7bee429d2039c1de255073e5b355c2c2..9628d473b7c7fed3540bdcff579c4be04f2aa7fb 100644 (file)
@@ -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