diff options
author | rdivacky <rdivacky@FreeBSD.org> | 2009-11-18 14:59:57 +0000 |
---|---|---|
committer | rdivacky <rdivacky@FreeBSD.org> | 2009-11-18 14:59:57 +0000 |
commit | 741c13ecc20fb35b836ad690aeecd402f002d654 (patch) | |
tree | 60a1694bec5a44d15456acc880cb2f91619f66aa /docs/UsersManual.html | |
parent | b3a51061b1b9c4add078237850649f7c9efb13ab (diff) | |
download | FreeBSD-src-741c13ecc20fb35b836ad690aeecd402f002d654.zip FreeBSD-src-741c13ecc20fb35b836ad690aeecd402f002d654.tar.gz |
Update clang to r89205.
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r-- | docs/UsersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 20fdda7..cfaa071 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -126,7 +126,7 @@ reasonably possible, easing migration from GCC to Clang. In most cases, code <p>In addition to language specific features, Clang has a variety of features that depend on what CPU architecture or operating system is being compiled for. -Please see the <a href="target_features">Target-Specific Features and +Please see the <a href="#target_features">Target-Specific Features and Limitations</a> section for more details.</p> <p>The rest of the introduction introduces some basic <a |