llvm-project
fc153b1e - [alpha.webkit.NoDeleteChecker] Check if each field is trivially destructive (#183711)

Commit
71 days ago
[alpha.webkit.NoDeleteChecker] Check if each field is trivially destructive (#183711) This PR fixes the bug that NoDeleteChecker and trivial function analysis were not detecting any non-trivial destruction of class member variables. When evaluating a delete expression or calling a destructor directly for triviality, check if each field in the class and its base classes is trivially destructive.
Author
Parents
Loading