| commit | ada44a206323401dcd33af66fcda23d2915f416d | [log] [tgz] |
|---|---|---|
| author | Fariborz Jahanian <fjahanian@apple.com> | Tue Apr 09 17:52:29 2013 +0000 |
| committer | Fariborz Jahanian <fjahanian@apple.com> | Tue Apr 09 17:52:29 2013 +0000 |
| tree | c4b913400e767989a760de368846d73ea47dfc3b | |
| parent | b67cc423ebe622fc278a197696a696d2264b0d3b [diff] |
Objective-C: This patch fixes a none-issuance of warning when result type of protocol property and getter method differ by fixing a more serious problem. When a forward protocol declaration comes between its definition and its use in class protocol list, the forward protocol ast was being used in building the protocol list. // rdar://12522752 llvm-svn: 179108