[clang] [clang-repl] adding documentation and information for %commands (PR #150348)
Aaron Danen via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 31 18:52:30 PDT 2025
aadanen wrote:
It is a little awkward for %help to use logAllUnhandledErrors because the message goes to stderr and then my test needs to do input redirection. There is likely a better way to do this but I haven't found it yet, unless it's the raw ostream thing from earlier
https://github.com/llvm/llvm-project/pull/150348
More information about the cfe-commits
mailing list