[clang] [analyzer] Fix [[clang::suppress]] for tricky template specializations (PR #178441)
Ziqing Luo via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 28 13:52:26 PST 2026
================
----------------
ziqingluo-90 wrote:
Trying to understand the bug: what will be `DeclWithIssue` if the bug is not fixed by the end of the loop? If it is the `TranslationUnitDecl`, it still includes the AST node with the suppression attribute?
In what circumstances `DeclWithIssue` does not hold the `TranslationUnitDecl` at the loop end?
https://github.com/llvm/llvm-project/pull/178441
More information about the cfe-commits
mailing list