[clang] [clang-repl] adding documentation and information for %commands (PR #150348)

2025-07-23 Thread Aaron Danen via cfe-commits
aadanen wrote: I thought about "Undoing Input" as the section header but I feel like %undo is pretty self explanatory. As far as "%help" and clang-repl --help go, I think those sound like nice ideas. Both would be useful for new people using clang-repl. As far as "%foobar" throwing an error

[clang] [clang-repl] adding documentation and information for %commands (PR #150348)

2025-07-23 Thread Aaron Danen via cfe-commits
https://github.com/aadanen created https://github.com/llvm/llvm-project/pull/150348 so far just added undo to the documentation. We can see about implementing %help or something similar. This will attempt to solve issue #143666 >From 4e24cb20efa22e364d41026ae40aec470ff786aa Mon Sep 17 00:00:0

[clang] [clang-repl] Improve error message on failed undos (PR #149396)

2025-07-22 Thread Aaron Danen via cfe-commits
https://github.com/aadanen updated https://github.com/llvm/llvm-project/pull/149396 >From f3fbebdd6d940d36561ccf5177510095ba05077e Mon Sep 17 00:00:00 2001 From: Aaron Danen Date: Wed, 16 Jul 2025 19:44:58 -0700 Subject: [PATCH 1/5] clarified %undo error msg in clang-repl used grep -r "Too man

[clang] [clang-repl] Improve error message on failed undos (PR #149396)

2025-07-22 Thread Aaron Danen via cfe-commits
aadanen wrote: @DavidSpickett I applied clang-format and I think everything is looking good. Do I need to do anything else? Or is squashing the commits and merging up to someone with write permissions? Also, thanks a lot for the help. I plan to find a new issue to work on soon. Thanks for off

[clang] [clang-repl] Improve error message on failed undos (PR #149396)

2025-07-22 Thread Aaron Danen via cfe-commits
https://github.com/aadanen updated https://github.com/llvm/llvm-project/pull/149396 >From f3fbebdd6d940d36561ccf5177510095ba05077e Mon Sep 17 00:00:00 2001 From: Aaron Danen Date: Wed, 16 Jul 2025 19:44:58 -0700 Subject: [PATCH 1/5] clarified %undo error msg in clang-repl used grep -r "Too man

[clang] [clang-repl] Improve error message on failled undos (PR #149396)

2025-07-20 Thread Aaron Danen via cfe-commits
https://github.com/aadanen edited https://github.com/llvm/llvm-project/pull/149396 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-repl] Improve error message on failled undos (PR #149396)

2025-07-20 Thread Aaron Danen via cfe-commits
https://github.com/aadanen edited https://github.com/llvm/llvm-project/pull/149396 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-repl] (PR #149396)

2025-07-20 Thread Aaron Danen via cfe-commits
aadanen wrote: Okay I think that does it :) https://github.com/llvm/llvm-project/pull/149396 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-repl] (PR #149396)

2025-07-20 Thread Aaron Danen via cfe-commits
https://github.com/aadanen updated https://github.com/llvm/llvm-project/pull/149396 >From f3fbebdd6d940d36561ccf5177510095ba05077e Mon Sep 17 00:00:00 2001 From: Aaron Danen Date: Wed, 16 Jul 2025 19:44:58 -0700 Subject: [PATCH 1/4] clarified %undo error msg in clang-repl used grep -r "Too man

[clang] [clang-repl] (PR #149396)

2025-07-20 Thread Aaron Danen via cfe-commits
https://github.com/aadanen updated https://github.com/llvm/llvm-project/pull/149396 >From f3fbebdd6d940d36561ccf5177510095ba05077e Mon Sep 17 00:00:00 2001 From: Aaron Danen Date: Wed, 16 Jul 2025 19:44:58 -0700 Subject: [PATCH 1/4] clarified %undo error msg in clang-repl used grep -r "Too man

[clang] [clang-repl] (PR #149396)

2025-07-20 Thread Aaron Danen via cfe-commits
https://github.com/aadanen updated https://github.com/llvm/llvm-project/pull/149396 >From f3fbebdd6d940d36561ccf5177510095ba05077e Mon Sep 17 00:00:00 2001 From: Aaron Danen Date: Wed, 16 Jul 2025 19:44:58 -0700 Subject: [PATCH 1/3] clarified %undo error msg in clang-repl used grep -r "Too man

[clang] [clang-repl] (PR #149396)

2025-07-18 Thread Aaron Danen via cfe-commits
https://github.com/aadanen updated https://github.com/llvm/llvm-project/pull/149396 >From f3fbebdd6d940d36561ccf5177510095ba05077e Mon Sep 17 00:00:00 2001 From: Aaron Danen Date: Wed, 16 Jul 2025 19:44:58 -0700 Subject: [PATCH 1/2] clarified %undo error msg in clang-repl used grep -r "Too man

[clang] [clang-repl] (PR #149396)

2025-07-18 Thread Aaron Danen via cfe-commits
aadanen wrote: 1. I am able to build clang, compile the project, and I am currently running the "ninja check-clang-unit" tests. Although it does take an incredibly long time ( 45 minutes to an hour) but that's off topic 2. I attached my email 3. I think I understand what you're describing as

[clang] Issue143668 (PR #149396)

2025-07-17 Thread Aaron Danen via cfe-commits
https://github.com/aadanen created https://github.com/llvm/llvm-project/pull/149396 Hi all. This is my first pull request to an open source project. I am a student so have mercy on me! I have done my best to read all of the relevant documentation about how to contribute most effectively but i