[cfe-commits] r145336 - /cfe/trunk/docs/ReleaseNotes.html

Chandler Carruth chandlerc at gmail.com
Mon Nov 28 16:24:19 PST 2011


Author: chandlerc
Date: Mon Nov 28 18:24:18 2011
New Revision: 145336

URL: http://llvm.org/viewvc/llvm-project?rev=145336&view=rev
Log:
Remove the last of my notes. I don't think these really need to be in
the release notes despite their awesomeness. If we had a thorough
discussion of the performance of Clang in 2.9 vs. 3.0, the first would
be more relevant, but we don't. The serialization stuff hopefully isn't
terribly visible to end users.

Objections to these omissions are of course welcome. =]

Modified:
    cfe/trunk/docs/ReleaseNotes.html

Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=145336&r1=145335&r2=145336&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 18:24:18 2011
@@ -82,17 +82,6 @@
 <h3 id="majorfeatures">Major New Features</h3>
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
 
-<h4 id="notes">Unorganized Notes</h4>
-<p>These are completely random notes as I'm organizing my thoughts and reviewing
-the history. Anything still here needs to be distilled and turned into proper
-prose in a section of its own. When doing that, delete the notes.</p>
-<ul>
-  <li>Memory reduction -- initializers, macro expansions, source locations,
-  etc.</li>
-  <li>Major improvements to the interactions between serializing and
-  deserializing the AST and the preprocessor -- argiris</li>
-</ul>
-
 <h4 id="diagnostics">A multitude of improvements to Clang's diagnostics</h4>
 Clang's diagnostics are constantly being improved to catch more issues, explain
 them more clearly, and provide more accurate source information about them.





More information about the cfe-commits mailing list