[PATCH] D156877: Update Clang-REPL docs with removing the redundant subsections
Krishna Narayanan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 2 04:47:23 PDT 2023
Krishna-13-cyber created this revision.
Krishna-13-cyber added a reviewer: v.g.vassilev.
Herald added a project: All.
Krishna-13-cyber requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
The Clang documentation is currently displaying 3 subsections for the same Clang-REPL docs instead of one subsection.
This patch fixes the above problem and displays just one subsection for Clang-REPL under the section of Using `Clang Tools`
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156877
Files:
clang/docs/ClangRepl.rst
Index: clang/docs/ClangRepl.rst
===================================================================
--- clang/docs/ClangRepl.rst
+++ clang/docs/ClangRepl.rst
@@ -47,7 +47,6 @@
8. The machine code is then executed.
-===================
Build Instructions:
===================
@@ -75,7 +74,6 @@
clang-repl>
-================
Clang-Repl Usage
================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156877.546408.patch
Type: text/x-patch
Size: 378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230802/4a00ae81/attachment.bin>
More information about the cfe-commits
mailing list