[clang-tools-extra] bug fix for pp-trace (PR #124376)

2025-01-24 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang-tools-extra] bug fix for pp-trace (PR #124376)

2025-01-24 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-tools-extra Author: seekamoon (seekamoon) Changes When using `pp-trace` in practice, I noticed that the YAML files it generated could contain grammar errors, leading to failed parsing. Specifically, it is the `Args` of `MacroExpands`. E.g., ```

[clang-tools-extra] bug fix for pp-trace (PR #124376)

2025-01-24 Thread via cfe-commits
https://github.com/seekamoon created https://github.com/llvm/llvm-project/pull/124376 When using `pp-trace` in practice, I noticed that the YAML files it generated could contain grammar errors, leading to failed parsing. Specifically, it is the `Args` of `MacroExpands`. E.g., ```YAML - Callb