This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Drop support for GC mode in RetainCountChecker
ClosedPublic

Authored by george.karpenkov on Aug 14 2018, 4:55 PM.

Details

Summary

A lot of code in RetainCountChecker deals with GC mode.
Given that GC mode is deprecated, Apple does not ship runtime for it, and modern compiler toolchain does not support it, it makes sense to remove the code dealing with it in order to aid understanding of RetainCountChecker

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ accepted this revision.Aug 17 2018, 10:37 AM

Yay.

This revision is now accepted and ready to land.Aug 17 2018, 10:37 AM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.
cfe/trunk/test/Analysis/PR2599.m