Files
clang-p2996/clang/lib/StaticAnalyzer/Checkers/WebKit/ForwardDeclChecker.cpp
Ryosuke Niwa 6136019780 [alpha.webkit.ForwardDeclChecker] Recognize a forward declared template specialization (#134545)
This PR fixes a bug that when a template specialization is declared with
a forward declaration of a template, the checker fails to find its
definition in the same translation unit and erroneously emit an unsafe
forward declaration warning.
2025-04-10 15:28:36 -07:00

12 KiB