summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2015-02-20 00:56:15 +0000
committerHans Wennborg <hans@hanshq.net>2015-02-20 00:56:15 +0000
commit2d20073263e4f5b3bf3bfce6eb32678bca67b163 (patch)
tree0adaccb729e8e25ca743e182202230d1806f0ed8
parent903ededb4909330e28ac485e0bdd8293c4a47a0a (diff)
ReleaseNotes: smarter typo correction
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_36@229943 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index e5c748db46..54575d2d00 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -52,6 +52,10 @@ Clang's diagnostics are constantly being improved to catch more issues,
explain them more clearly, and provide more accurate source information
about them. The improvements since the 3.5 release include:
+- Smarter typo correction. Clang now tries a bit harder to give a usable
+ suggestion in more cases, and can now successfully recover in more
+ situations where the suggestion changes how an expression is parsed.
+
- ...
New Compiler Flags