summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/crash-on-objc-bool-literal.m
Commit message (Collapse)AuthorAgeFilesLines
* In LookupResult::resolveKind(), when handling multiple found declarations, ↵Argyrios Kyrtzidis2013-02-221-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 Jahanian2012-10-161-0/+12
// rdar://12491143 llvm-svn: 166030
OpenPOWER on IntegriCloud