diff options
author | Chris Lattner <sabre@nondot.org> | 2007-10-06 05:09:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-10-06 05:09:04 +0000 |
commit | 8c03979f9192ec44470ca7a7adf7c13f32305a60 (patch) | |
tree | 3d81025cf9aad2085fbca639340603d3ca769ca7 /clang/www/features.html | |
parent | f4b5d491df479e9e02c3315ff7c5fc54e3b892b0 (diff) | |
download | bcm5719-llvm-8c03979f9192ec44470ca7a7adf7c13f32305a60.tar.gz bcm5719-llvm-8c03979f9192ec44470ca7a7adf7c13f32305a60.zip |
minor edits
llvm-svn: 42678
Diffstat (limited to 'clang/www/features.html')
-rw-r--r-- | clang/www/features.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/features.html b/clang/www/features.html index 8fc85ef1ac2..d6e4d1ee508 100644 --- a/clang/www/features.html +++ b/clang/www/features.html @@ -88,7 +88,7 @@ Another major focus of LLVM's frontend is speed (for all libraries). Even at th These are SPEC2006 benchmarks using Distcc.</div>
</div>
-<h2>More Expressive Diagnostics</h2>
+<h2><a name="expressivediags">Expressive Diagnostics</a></h2>
The design of the Clang driver (one of the LLVM front_end libraries) provies more detailed diagnostic information.<br>
<div class="img_container">
<div class="img_title">Clang vs GCC:</div>
|