[all-commits] [llvm/llvm-project] b9b8fc: Add Documentation for Execution Results Handling i...

Krishna Narayanan via All-commits all-commits at lists.llvm.org
Thu Oct 12 07:32:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b9b8fc4878b6f7708f2ca2df6036a9c7bb5077b0
      https://github.com/llvm/llvm-project/commit/b9b8fc4878b6f7708f2ca2df6036a9c7bb5077b0
  Author: Krishna Narayanan <84722531+Krishna-13-cyber at users.noreply.github.com>
  Date:   2023-10-12 (Thu, 12 Oct 2023)

  Changed paths:
    M clang/docs/CMakeLists.txt
    M clang/docs/ClangRepl.rst
    M clang/docs/conf.py

  Log 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.

Reviewers:
@vgvassilev 
@junaire




More information about the All-commits mailing list