summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/pointer-to-objc-pointer-conv.mm
Commit message (Collapse)AuthorAgeFilesLines
* clang/test: Suppress two tests on LLP64 target, Windows x64.NAKAMURA Takumi2012-11-191-0/+2
| | | | llvm-svn: 168303
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* In Sema::AddBuiltinOperatorCandidates, candidate pointer types set can also ↵Argyrios Kyrtzidis2010-08-231-0/+10
| | | | | | | | contain a ObjCObjectPointerType since r111699. Don't assume that they are only PointerTypes or we will crash. llvm-svn: 111798
* patch to support comparison involvingFariborz Jahanian2010-08-211-0/+18
| | | | | | objctive-c pointer conversions. Fixes pr7936. llvm-svn: 111699
* Allow conversion of pointer to an objective-c pointer toFariborz Jahanian2010-01-181-0/+21
a similar pointer. Fixes radar 7552179. llvm-svn: 93803
OpenPOWER on IntegriCloud