[qt/clang/llvm]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/clang/llvm Pushed by mirror-service into branch 'upstream/users/ziqingluo/PR-183700416'. Changed from d19d7e824b57f3fa54e34153b85b6b8eddc08687 to d18e4dc96f457d61186929aa77aacf6eff96cfc8 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit d18e4dc96f457d61186929aa77aacf6eff96cfc8 by Ziqing Luo on 05/08/2026 at 18:20.. [clang][StaticAnalyzer] Add support for variables and fields in GetEnclosingDeclContextSignature The `RawPtrRefLocalVarsChecker` and `RawPtrRefMemberChecker` forgot to call `Report->setDeclWithIssue()` for some bug reports. Without the call, the HTML reports miss the enclosing Decl and have hash collision on distinct diagnostics. The added `clang/test/Analysis/Checkers/WebKit/html-diag-dedup-members.cpp` example is a reproducer of this kind of issue we observed in WebKit. In addition, extend `GetEnclosingDeclContextSignature` with support of ObjC Decls. rdar://183700416 Assisted-by: Claude sonnet https://invent.kde.org/qt/clang/llvm/-/commit/d18e4dc96f457d61186929aa77aacf6eff96cfc8