[PATCH] D76548: docs

Sam Clegg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 21 11:12:41 PDT 2020


sbc100 created this revision.
Herald added subscribers: cfe-commits, aheejin, dschuff.
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76548

Files:
  clang/include/clang/Basic/AttrDocs.td


Index: clang/include/clang/Basic/AttrDocs.td
===================================================================
--- clang/include/clang/Basic/AttrDocs.td
+++ clang/include/clang/Basic/AttrDocs.td
@@ -4170,8 +4170,8 @@
   let Content = [{
 Clang supports the ``__attribute__((exported))``
 attribute for the WebAssembly target. This attribute may be attached to a
-function declaration, where it causes the be exported from the linked
-WebAssembly module.
+function declaration, where it causes the symbol to be exported from the
+linked WebAssembly module.
   }];
 }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76548.251853.patch
Type: text/x-patch
Size: 570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200321/3431863c/attachment.bin>


More information about the cfe-commits mailing list