[PATCH] D86688: [RecoveryExpr] Add 11.0.0 release note.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 27 06:02:34 PDT 2020


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/docs/ReleaseNotes.rst:51
 
+Recovery ASTs
+^^^^^^^^^^^^^
----------------
nit: AST rather than ASTs (matching the flag, and also it's AST is singular in the text)


================
Comment at: clang/docs/ReleaseNotes.rst:81
+context. Tools may need to adjust assumptions about dependent code.
+
 Improvements to Clang's diagnostics
----------------
This feature is on by default for C++ code, and can be explicitly controlled with ``-Xclang -f[no-]recovery-ast``.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86688/new/

https://reviews.llvm.org/D86688



More information about the cfe-commits mailing list