Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang/test: Suppress two tests on LLP64 target, Windows x64. | NAKAMURA Takumi | 2012-11-19 | 1 | -0/+2 |
| | | | | llvm-svn: 168303 | ||||
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -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 Kyrtzidis | 2010-08-23 | 1 | -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 involving | Fariborz Jahanian | 2010-08-21 | 1 | -0/+18 |
| | | | | | | objctive-c pointer conversions. Fixes pr7936. llvm-svn: 111699 | ||||
* | Allow conversion of pointer to an objective-c pointer to | Fariborz Jahanian | 2010-01-18 | 1 | -0/+21 |
a similar pointer. Fixes radar 7552179. llvm-svn: 93803 |