These actually are documented at http://clang.llvm.org/docs/UsersManual.html#cl-diag-formatting. I agree that normal users won't need them, but...
Jordan On Feb 4, 2013, at 21:55 , Ted Kremenek <[email protected]> wrote: > Author: kremenek > Date: Mon Feb 4 23:55:21 2013 > New Revision: 174338 > > URL: http://llvm.org/viewvc/llvm-project?rev=174338&view=rev > Log: > Remove sparse text on diagnostic options. These are not really documented > anywhere, and they really aren't for normal users. > > Modified: > cfe/trunk/docs/tools/clang.pod > > Modified: cfe/trunk/docs/tools/clang.pod > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/tools/clang.pod?rev=174338&r1=174337&r2=174338&view=diff > ============================================================================== > --- cfe/trunk/docs/tools/clang.pod (original) > +++ cfe/trunk/docs/tools/clang.pod Mon Feb 4 23:55:21 2013 > @@ -417,27 +417,6 @@ Show commands to run and use verbose out > > =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 > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
