Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In LookupResult::resolveKind(), when handling multiple found declarations, ↵ | Argyrios Kyrtzidis | 2013-02-22 | 1 | -5/+4 |
| | | | | | | | | | ignore invalid declarations. This reduces the "ambiguous reference" errors (which are rather strange in C/ObjC) and fixes an assertion hit with an invalid code test case. llvm-svn: 175869 | ||||
* | Minor tweak to last patch along with a test case. | Fariborz Jahanian | 2012-10-16 | 1 | -0/+12 |
// rdar://12491143 llvm-svn: 166030 |