projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47a2ab9
)
Improve the documentation (bis) with Arthur and Chandler's comments
author
Sylvestre Ledru
<sylvestre@debian.org>
Mon, 11 Nov 2013 19:39:37 +0000
(19:39 +0000)
committer
Sylvestre Ledru
<sylvestre@debian.org>
Mon, 11 Nov 2013 19:39:37 +0000
(19:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194412
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/tools/clang.pod
patch
|
blob
|
history
diff --git
a/docs/tools/clang.pod
b/docs/tools/clang.pod
index 3176f88d72c252b7e3e098913092a8fa144930d6..721844c28ed5a6bea991757a5ead424eb0220f6d 100644
(file)
--- a/
docs/tools/clang.pod
+++ b/
docs/tools/clang.pod
@@
-304,13
+304,9
@@
Like B<-Os> (and thus B<-O2>), but reduces code size further.
Equivalent to B<-O2>.
-=item B<-O4>
+=item B<-O4>
and higher
-Equivalent to B<-O3>.
-
-=item B<-O5> and upper
-
-Fall back on B<-O3>.
+Currently equivalent to B<-O3>
=back