| commit | 2e0c8f79d97b974a680087d12a7dc5e1dc705c20 | [log] [tgz] |
|---|---|---|
| author | Nico Weber <nicolasweber@gmx.de> | Sat Dec 27 03:58:08 2014 +0000 |
| committer | Nico Weber <nicolasweber@gmx.de> | Sat Dec 27 03:58:08 2014 +0000 |
| tree | 39a5eec66a84c82be84d24b102a61991a5b226a5 | |
| parent | c33b2fd0add3d1a77b19874c6a1dd91f5a59f8a3 [diff] |
Address review feedback on r221933. Remove ObjCMethodList::Count, instead store a "has more than one decl" bit in the low bit of the ObjCMethodDecl pointer, using a PointerIntPair. Most of this patch is replacing ".Method" with ".getMethod()". No intended behavior change. llvm-svn: 224876