[PATCH] D122636: [llvm][clang][NFC] Add missing references to MisExpect in TOC

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 23:16:10 PDT 2022


paulkirth created this revision.
Herald added a subscriber: arphaman.
Herald added a project: All.
paulkirth requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122636

Files:
  clang/docs/index.rst
  llvm/docs/UserGuides.rst


Index: llvm/docs/UserGuides.rst
===================================================================
--- llvm/docs/UserGuides.rst
+++ llvm/docs/UserGuides.rst
@@ -44,6 +44,7 @@
    MemorySSA
    MergeFunctions
    MCJITDesignAndImplementation
+   MisExpect
    ORCv2
    OpaquePointers
    JITLink
Index: clang/docs/index.rst
===================================================================
--- clang/docs/index.rst
+++ clang/docs/index.rst
@@ -42,6 +42,7 @@
    SourceBasedCodeCoverage
    Modules
    MSVCCompatibility
+   MisExpect
    OpenCLSupport
    OpenMPSupport
    SYCLSupport


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122636.418795.patch
Type: text/x-patch
Size: 596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220329/8df8a392/attachment-0001.bin>


More information about the llvm-commits mailing list