llvm-project
d8fd6659 - [alpha.webkit.ForwardDeclChecker] Ignore forward declared struct. (#133804)

Commit
182 days ago
[alpha.webkit.ForwardDeclChecker] Ignore forward declared struct. (#133804) There are some system libraries such as sqlite3 which forward declare a struct then use a pointer to that forward declared type in various APIs. Ignore these types ForwardDeclChecker like other pointer types.
Author
Parents
Loading