mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Make Release Notes HTML 4.01 Strict.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
309fc86e7c
commit
f8de54f37b
@ -10,8 +10,10 @@
|
|||||||
|
|
||||||
<h1>LLVM 3.0 Release Notes</h1>
|
<h1>LLVM 3.0 Release Notes</h1>
|
||||||
|
|
||||||
<img align=right src="http://llvm.org/img/DragonSmall.png"
|
<div>
|
||||||
width="136" height="136" alt="LLVM Dragon Logo">
|
<img style="float:right" src="http://llvm.org/img/DragonSmall.png"
|
||||||
|
width="136" height="136" alt="LLVM Dragon Logo">
|
||||||
|
</div>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="#intro">Introduction</a></li>
|
<li><a href="#intro">Introduction</a></li>
|
||||||
@ -94,7 +96,7 @@ Release Notes</a>.</h1>
|
|||||||
production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86
|
production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86
|
||||||
(32- and 64-bit), and for Darwin/ARM targets.</p>
|
(32- and 64-bit), and for Darwin/ARM targets.</p>
|
||||||
|
|
||||||
<p>In the LLVM 3.0 time-frame, the Clang team has made many improvements:
|
<p>In the LLVM 3.0 time-frame, the Clang team has made many improvements:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Greatly improved support for building C++ applications, with greater
|
<li>Greatly improved support for building C++ applications, with greater
|
||||||
stability and better diagnostics.</li>
|
stability and better diagnostics.</li>
|
||||||
@ -136,7 +138,7 @@ Release Notes</a>.</h1>
|
|||||||
interface, to improve the performance of code completion and the mapping
|
interface, to improve the performance of code completion and the mapping
|
||||||
from source locations to abstract syntax tree nodes.</li>
|
from source locations to abstract syntax tree nodes.</li>
|
||||||
</ul>
|
</ul>
|
||||||
For more details about the changes to Clang since the 2.9 release, see the
|
<p>For more details about the changes to Clang since the 2.9 release, see the
|
||||||
<a href="http://clang.llvm.org/docs/ReleaseNotes.html">Clang release notes</a>
|
<a href="http://clang.llvm.org/docs/ReleaseNotes.html">Clang release notes</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -1289,8 +1291,6 @@ be used to verify some algorithms.
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- *********************************************************************** -->
|
<!-- *********************************************************************** -->
|
||||||
<h2>
|
<h2>
|
||||||
<a name="additionalinfo">Additional Information</a>
|
<a name="additionalinfo">Additional Information</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user