diff options
| author | 2019-06-23 22:05:08 +0000 | |
|---|---|---|
| committer | 2019-06-23 22:05:08 +0000 | |
| commit | f27a781c9811da94fe68b2cf34237c2a61b48c96 (patch) | |
| tree | 820064216b8f115ba79122ebd03c5451b59fd690 /gnu/llvm/tools/clang/docs/CommandGuide | |
| parent | Import LLVM 8.0.0 release including clang, lld and lldb. (diff) | |
| download | wireguard-openbsd-f27a781c9811da94fe68b2cf34237c2a61b48c96.tar.xz wireguard-openbsd-f27a781c9811da94fe68b2cf34237c2a61b48c96.zip | |
Merge LLVM 8.0.0 release.
Prepared with help from jsg@ and mortimer@
Tested on amd64 by bcallah@, krw@, naddy@
Tested on arm64 by patrick@
Tested on macppc by kettenis@
Tested on octeon by visa@
Tested on sparc64 by claudio@
Diffstat (limited to 'gnu/llvm/tools/clang/docs/CommandGuide')
| -rw-r--r-- | gnu/llvm/tools/clang/docs/CommandGuide/clang.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/llvm/tools/clang/docs/CommandGuide/clang.rst b/gnu/llvm/tools/clang/docs/CommandGuide/clang.rst index 16decae933c..f1ebae33235 100644 --- a/gnu/llvm/tools/clang/docs/CommandGuide/clang.rst +++ b/gnu/llvm/tools/clang/docs/CommandGuide/clang.rst @@ -60,7 +60,7 @@ Linker The Clang Static Analyzer is a tool that scans source code to try to find bugs through code analysis. This tool uses many parts of Clang and is built into -the same driver. Please see <http://clang-analyzer.llvm.org> for more details +the same driver. Please see <https://clang-analyzer.llvm.org> for more details on how to use the static analyzer. OPTIONS @@ -361,7 +361,7 @@ Code Generation Options :option:`-Oz` Like :option:`-Os` (and thus :option:`-O2`), but reduces code size further. - :option:`-Og` Like :option:`-O1`. In future versions, this option might + :option:`-Og` Like :option:`-O1`. In future versions, this option might disable different optimizations in order to improve debuggability. :option:`-O` Equivalent to :option:`-O2`. @@ -625,7 +625,7 @@ ENVIRONMENT BUGS ---- -To report bugs, please visit <http://llvm.org/bugs/>. Most bug reports should +To report bugs, please visit <https://bugs.llvm.org/>. Most bug reports should include preprocessed source files (use the :option:`-E` option) and the full output of the compiler, along with information to reproduce. @@ -633,4 +633,3 @@ SEE ALSO -------- :manpage:`as(1)`, :manpage:`clang-local(1)`, :manpage:`ld(1)` - |
