Skip to content

Commit

Permalink
Reland "Add Documentation for Execution Results Handling in Clang-Repl (
Browse files Browse the repository at this point in the history
#65650)"

Original commit message: "

Add Documentation for Execution Results Handling in Clang-Repl (#65650)

    [clang-repl] Add Documentation for Execution Results Handling.

    This patch adds documentation for execution results handling in
    Clang-REPL with
    the below features:

    - Automatic Printf feature
    - Value Synthesis feature
    - Pretty Printing feature

    Continuing this work https://reviews.llvm.org/D156858 with this PR. I am
    issuing this patch on behalf of Saqib.

"

This reverts commit ac32d7b.

The new patch resolves the layering violation by simply not trying to look if
`dot` was installed. This is consistent with what we do other extensions.

After this patch we will need `sphinx.ext.graphviz` extension (part of the `dot`
package) which is available via anyway if we build the doxygen-based
documentation.
  • Loading branch information
vgvassilev committed Oct 24, 2023
1 parent f07718b commit 1f02743
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 1 deletion.

0 comments on commit 1f02743

Please sign in to comment.