[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:18:36 PDT 2020


sammccall added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:65
+
+  .. code-block:: c++
+
----------------
Oops, I missed this, I think this should be three code blocks: one for C++, one for the first AST and one for the second AST.
Tex like "clang-10 produces the minimal placeholder" goes between them rather than in the code blocks.

(I don't think pretending this is all C++ and wrapping it in comments helps readability)


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