summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/initialize-function-static.m
Commit message (Collapse)AuthorAgeFilesLines
* Only destroy static locals if they have non-trivial destructors.Richard Smith2020-01-101-0/+12
This fixes a regression introduced in 2b4fa5348ee157b6b1a1af44d0137ca8c7a71573 that caused us to emit shutdown-time destruction for variables with ARC ownership, using C++-specific functions that don't exist in C implementations.
OpenPOWER on IntegriCloud