[clang] [Clang][Parser] Build up QualifiedTemplateName for typo correction (PR #108148)

2024-09-10 Thread Younan Zhang via cfe-commits
https://github.com/zyn0217 created https://github.com/llvm/llvm-project/pull/108148 Since #93433, we have switched to `QualifiedTemplateName`s in more situations to preserve sugars in diagnostics. However, there is one missed case in typo correction that might not meet the expectation in `Che

[clang] [Clang][Parser] Build up QualifiedTemplateName for typo correction (PR #108148)

2024-09-10 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Younan Zhang (zyn0217) Changes Since #93433, we have switched to `QualifiedTemplateName`s in more situations to preserve sugars in diagnostics. However, there is one missed case in typo correction that might not meet the expectation in `

[clang] [clang-tools-extra] [clang] Extend diagnose_if to accept more detailed warning information (PR #70976)

2024-09-10 Thread Nikolas Klauser via cfe-commits
philnik777 wrote: @AaronBallman @erichkeane is there anything else to do before merging? It would be nice to merge this somewhat early in the release cycle, since I suspect this might be reverted a few times. https://github.com/llvm/llvm-project/pull/70976 _

<    1   2   3   4