[llvm-branch-commits] [cfe-branch] r229943 - ReleaseNotes: smarter typo correction

Hans Wennborg hans at hanshq.net
Thu Feb 19 16:56:16 PST 2015


Author: hans
Date: Thu Feb 19 18:56:15 2015
New Revision: 229943

URL: http://llvm.org/viewvc/llvm-project?rev=229943&view=rev
Log:
ReleaseNotes: smarter typo correction

Modified:
    cfe/branches/release_36/docs/ReleaseNotes.rst

Modified: cfe/branches/release_36/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_36/docs/ReleaseNotes.rst?rev=229943&r1=229942&r2=229943&view=diff
==============================================================================
--- cfe/branches/release_36/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_36/docs/ReleaseNotes.rst Thu Feb 19 18:56:15 2015
@@ -52,6 +52,10 @@ Clang's diagnostics are constantly being
 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





More information about the llvm-branch-commits mailing list