From: Chandler Carruth
Date: Tue, 29 Nov 2011 00:24:18 +0000 (+0000)
Subject: Remove the last of my notes. I don't think these really need to be in
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9e2e188471ed14cf5cdfea4ab2610dff0048ab2;p=clang
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. =]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145336 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 4c883eddd6..4adf86dcb0 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -82,17 +82,6 @@ Clang's support for those languages.
Major New Features
-Unorganized Notes
-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.
-
- - Memory reduction -- initializers, macro expansions, source locations,
- etc.
- - Major improvements to the interactions between serializing and
- deserializing the AST and the preprocessor -- argiris
-
-
A multitude of improvements to Clang's diagnostics
Clang's diagnostics are constantly being improved to catch more issues, explain
them more clearly, and provide more accurate source information about them.