[llvm-branch-commits] [cfe-branch] r81700 - /cfe/branches/release_26/docs/tools/clang.pod

Tanya Lattner tonic at nondot.org
Sun Sep 13 12:10:20 PDT 2009


Author: tbrethou
Date: Sun Sep 13 14:10:19 2009
New Revision: 81700

URL: http://llvm.org/viewvc/llvm-project?rev=81700&view=rev
Log:
Merge 81668 from mainline.
Some formatting tweaks to clang(1)

Modified:
    cfe/branches/release_26/docs/tools/clang.pod

Modified: cfe/branches/release_26/docs/tools/clang.pod
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_26/docs/tools/clang.pod?rev=81700&r1=81699&r2=81700&view=diff

==============================================================================
--- cfe/branches/release_26/docs/tools/clang.pod (original)
+++ cfe/branches/release_26/docs/tools/clang.pod Sun Sep 13 14:10:19 2009
@@ -378,8 +378,7 @@
 
 =over
 
-=item 
-B<-fshow-column>
+=item B<-fshow-column>
 B<-fshow-source-location>
 B<-fcaret-diagnostics>
 B<-fdiagnostics-fixit-info>
@@ -428,13 +427,14 @@
 =cut
 
 ## TODO, but do we really want people using this stuff?
-=item B<-idirafter>I<directory>
-=item B<-iquote>I<directory>
-=item B<-isystem>I<directory>
-=item B<-iprefix>I<directory>
-=item B<-iwithprefix>I<directory>
-=item B<-iwithprefixbefore>I<directory>
-=item B<-isysroot>
+#=item B<-idirafter>I<directory>
+#=item B<-iquote>I<directory>
+#=item B<-isystem>I<directory>
+#=item B<-iprefix>I<directory>
+#=item B<-iwithprefix>I<directory>
+#=item B<-iwithprefixbefore>I<directory>
+#=item B<-isysroot>
+
 =pod
 
 
@@ -445,21 +445,21 @@
 =cut
 
 ### TODO someday.
-=head2 Warning Control Options
-=over
-=back
-=head2 Code Generation and Optimization Options
-=over
-=back
-=head2 Assembler Options
-=over
-=back
-=head2 Linker Options
-=over
-=back
-=head2 Static Analyzer Options
-=over
-=back
+#=head2 Warning Control Options
+#=over
+#=back
+#=head2 Code Generation and Optimization Options
+#=over
+#=back
+#=head2 Assembler Options
+#=over
+#=back
+#=head2 Linker Options
+#=over
+#=back
+#=head2 Static Analyzer Options
+#=over
+#=back
 
 =pod
 





More information about the llvm-branch-commits mailing list